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
* first pass
* 2nd pass
* finish
* j/k, now finished
* Corrected Bioc package size
* fix test broken on head
* revert GiB->GB in DESCRIPTION
* might as well keep README in sync too
Copy file name to clipboardExpand all lines: .dev/CRAN_Release.cmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -562,9 +562,9 @@ ls -1 *.tar.gz | grep -E 'Chicago|dada2|flowWorkspace|LymphoSeq' | TZ='UTC' para
562
562
# 3) dllVersion() at the end of init.c
563
563
# DO NOT push to GitHub's master branch. Prevents even a slim possibility of user getting premature version.
564
564
# Even release numbers must have been obtained from CRAN and only CRAN. There were too many support problems in the past before this procedure was brought in.
565
-
du -k inst/tests # 1.5MB before
565
+
du -k inst/tests # 1.5MiB before
566
566
bzip2 inst/tests/*.Rraw # compress *.Rraw just for release to CRAN; do not commit compressed *.Rraw to git
567
-
du -k inst/tests # 0.75MB after
567
+
du -k inst/tests # 0.75MiB after
568
568
R CMD build .
569
569
export GITHUB_PAT="f1c.. github personal access token ..7ad"
ans <- data.table(A=c(17,3,NA,0), B=c(34,NA,2,0.1), C=c(2.3,1.0,NA,0.0)),
12946
-
output = c("Number of sampling jump points = 1 because.*Reading 1 chunks \\(0 swept\\) of 1.000MB \\(each chunk 4 rows\\) using 1 thread.*Rereading 0 columns"))
12946
+
output = c("Number of sampling jump points = 1 because.*Reading 1 chunks \\(0 swept\\) of 1.000MiB \\(each chunk 4 rows\\) using 1 thread.*Rereading 0 columns"))
12947
12947
test(1904.2, fread(txt, na.strings=c("NA", " ")), ans, warning='na.strings\\[2\\]==" " consists only of whitespace, ignoring. Since strip.white=TRUE.*use.*"".*<NA>')
0 commit comments