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
# 2) Open a PR with the new templates & contact the translators
19
-
# * zh_CN:
19
+
# * zh_CN:@hongyuanjia
20
20
## Translators to submit commits with translations to this PR
21
21
## [or perhaps, if we get several languages, each to open
22
22
## its own PR and merge to main translation PR]
23
23
24
-
## 3) Check validity
25
-
## update_pkg_po('.') to be run again for the PR
26
-
## [can this be done via Travis?]
24
+
## 3) Check validity with tools::checkPoFiles("zh_CN")
25
+
26
+
## 4) Compile the new .mo binary files with potools::po_compile()
27
27
28
28
###############################################
29
29
# Basic checks
@@ -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.99.tar.gz --as-cran
199
-
R CMD INSTALL data.table_1.14.99.tar.gz --html
198
+
R CMD check data.table_1.15.99.tar.gz --as-cran
199
+
R CMD INSTALL data.table_1.15.99.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.99.tar.gz
206
+
R CMD check data.table_1.15.99.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.99.tar.gz
223
+
PKG_CFLAGS='-Xclang -fopenmp' PKG_LIBS=-lomp R CMD INSTALL data.table_1.15.99.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.99.tar.gz
225
+
PKG_CFLAGS='-fopenmp' PKG_LIBS=-lz R CMD INSTALL data.table_1.15.99.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
@@ -622,10 +622,10 @@ bunzip2 inst/tests/*.Rraw.bz2 # decompress *.Rraw again so as not to commit com
622
622
# 3. Add new heading in NEWS for the next dev version. Add "(submitted to CRAN on <today>)" on the released heading.
623
623
# 4. Bump minor version in dllVersion() in init.c
624
624
# 5. Bump 3 minor version numbers in Makefile
625
-
# 6. Search and replace this .dev/CRAN_Release.cmd to update 1.14.99 to 1.15.99 inc below, 1.15.0 to 1.16.0 above, 1.14.0 to 1.15.0 below
625
+
# 6. Search and replace this .dev/CRAN_Release.cmd to update 1.15.99 to 1.16.99 inc below, 1.16.0 to 1.17.0 above, 1.15.0 to 1.16.0 below
626
626
# 7. Another final gd to view all diffs using meld. (I have `alias gd='git difftool &> /dev/null'` and difftool meld: http://meldmerge.org/)
627
-
# 8. Push to master with this consistent commit message: "1.15.0 on CRAN. Bump to 1.14.10"
628
-
# 9. Take sha from step 8 and run `git tag 1.15.0 96c..sha..d77` then `git push origin 1.15.0` (not `git push --tags` according to https://stackoverflow.com/a/5195913/403310)
627
+
# 8. Push to master with this consistent commit message: "1.16.0 on CRAN. Bump to 1.16.99"
628
+
# 9. Take sha from step 8 and run `git tag 1.16.0 96c..sha..d77` then `git push origin 1.16.0` (not `git push --tags` according to https://stackoverflow.com/a/5195913/403310)
0 commit comments