From 5b849502cfe5c2e8d27790e0d5ae36f99b1251af Mon Sep 17 00:00:00 2001 From: mattdowle Date: Fri, 13 Sep 2019 15:23:29 -0700 Subject: [PATCH] torture *.Rraw --- CRAN_Release.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRAN_Release.cmd b/CRAN_Release.cmd index a360bbf07..36749fae1 100644 --- a/CRAN_Release.cmd +++ b/CRAN_Release.cmd @@ -141,12 +141,11 @@ q("no") R remove.packages("xml2") # we checked the URLs; don't need to do it again (many minutes) require(data.table) -test.data.table() test.data.table(script="other.Rraw") test.data.table(script="*.Rraw") test.data.table(verbose=TRUE) # since main.R no longer tests verbose mode gctorture2(step=50) -system.time(test.data.table()) # apx 4hrs +system.time(test.data.table(script="*.Rraw")) # apx 4hrs for tests.Rraw only # Upload to win-builder: release, dev & old-release