Skip to content

Commit

Permalink
torture *.Rraw
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed Sep 13, 2019
1 parent 9b07e04 commit 5b84950
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CRAN_Release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b84950

Please sign in to comment.