You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .dev/CRAN_Release.cmd
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -195,15 +195,15 @@ R CMD build .
195
195
export GITHUB_PAT="f1c.. github personal access token ..7ad"
196
196
# avoids many too-many-requests in --as-cran's ping-all-URLs step (20 mins) inside the `checking CRAN incoming feasibility...` step.
197
197
# Many thanks to Dirk for the tipoff that setting this env variable solves the problem, #4832.
198
-
R CMD check data.table_1.14.7.tar.gz --as-cran
199
-
R CMD INSTALL data.table_1.14.7.tar.gz --html
198
+
R CMD check data.table_1.14.9.tar.gz --as-cran
199
+
R CMD INSTALL data.table_1.14.9.tar.gz --html
200
200
201
201
# Test C locale doesn't break test suite (#2771)
202
202
echo LC_ALL=C > ~/.Renviron
203
203
R
204
204
Sys.getlocale()=="C"
205
205
q("no")
206
-
R CMD check data.table_1.14.7.tar.gz
206
+
R CMD check data.table_1.14.9.tar.gz
207
207
rm ~/.Renviron
208
208
209
209
# Test non-English does not break test.data.table() due to translation of messages; #3039, #630
@@ -220,9 +220,9 @@ q("no")
220
220
221
221
# User supplied PKG_CFLAGS and PKG_LIBS passed through, #4664
222
222
# Next line from https://mac.r-project.org/openmp/. Should see the arguments passed through and then fail with gcc on linux.
223
-
PKG_CFLAGS='-Xclang -fopenmp' PKG_LIBS=-lomp R CMD INSTALL data.table_1.14.7.tar.gz
223
+
PKG_CFLAGS='-Xclang -fopenmp' PKG_LIBS=-lomp R CMD INSTALL data.table_1.14.9.tar.gz
224
224
# Next line should work on Linux, just using superfluous and duplicate but valid parameters here to see them retained and work
225
-
PKG_CFLAGS='-fopenmp' PKG_LIBS=-lz R CMD INSTALL data.table_1.14.7.tar.gz
225
+
PKG_CFLAGS='-fopenmp' PKG_LIBS=-lz R CMD INSTALL data.table_1.14.9.tar.gz
226
226
227
227
R
228
228
remove.packages("xml2") # we checked the URLs; don't need to do it again (many minutes)
@@ -266,7 +266,7 @@ alias R310=~/build/R-3.1.0/bin/R
# objcopy warnings (if any) can be ignored: https://github.com/kalibera/rchk/issues/17#issuecomment-497312504
434
434
. ../scripts/check_package.sh data.table
435
435
cat packages/lib/data.table/libs/*check
@@ -594,7 +594,7 @@ du -k inst/tests # 0.75MB after
594
594
R CMD build .
595
595
export GITHUB_PAT="f1c.. github personal access token ..7ad"
Rdevel CMD check data.table_1.14.8.tar.gz --as-cran # use latest Rdevel as it may have extra checks
597
+
Rdevel CMD check data.table_1.14.10.tar.gz --as-cran # use latest Rdevel as it may have extra checks
598
598
#
599
599
bunzip2 inst/tests/*.Rraw.bz2 # decompress *.Rraw again so as not to commit compressed *.Rraw to git
600
600
#
@@ -621,8 +621,8 @@ When CRAN's email contains "Pretest results OK pending a manual inspection" (or
621
621
3. Add new heading in NEWS for the next dev version. Add "(submitted to CRAN on <today>)" on the released heading.
622
622
4. Bump dllVersion() in init.c
623
623
5. Bump 3 version numbers in Makefile
624
-
6. Search and replace this .dev/CRAN_Release.cmd to update 1.14.7 to 1.14.9 inc below, 1.14.8 to 1.14.10 above, 1.14.6 to 1.14.8 below
624
+
6. Search and replace this .dev/CRAN_Release.cmd to update 1.14.9 to 1.14.11 inc below, 1.14.10 to 1.14.12 above, 1.14.8 to 1.14.10 below
625
625
7. Another final gd to view all diffs using meld. (I have `alias gd='git difftool &> /dev/null'` and difftool meld: http://meldmerge.org/)
626
-
8. Push to master with this consistent commit message: "1.14.6 on CRAN. Bump to 1.14.7"
627
-
9. Take sha from step 8 and run `git tag 1.14.6 96c..sha..d77` then `git push origin 1.14.6` (not `git push --tags` according to https://stackoverflow.com/a/5195913/403310)
626
+
8. Push to master with this consistent commit message: "1.14.8 on CRAN. Bump to 1.14.10"
627
+
9. Take sha from step 8 and run `git tag 1.14.8 96c..sha..d77` then `git push origin 1.14.8` (not `git push --tags` according to https://stackoverflow.com/a/5195913/403310)
Copy file name to clipboardExpand all lines: NEWS.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
**If you are viewing this file on CRAN, please check [latest news on GitHub](https://github.com/Rdatatable/data.table/blob/master/NEWS.md) where the formatting is also better.**
2
2
3
-
# data.table [v1.14.7](https://github.com/Rdatatable/data.table/milestone/20) (in development)
3
+
# data.table [v1.14.9](https://github.com/Rdatatable/data.table/milestone/20) (in development)
4
4
5
5
## NEW FEATURES
6
6
@@ -611,6 +611,13 @@
611
611
15. Thanks to @ssh352, Václav Tlapák, Cole Miller, András Svraka and Toby Dylan Hocking for reporting and bisecting a significant performance regression in dev. This was fixed before release thanks to a PR by Jan Gorecki, [#5463](https://github.com/Rdatatable/data.table/pull/5463).
0 commit comments