Skip to content

Commit

Permalink
Update CRAN_Release.cmd (#6377)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Aug 19, 2024
1 parent c0d32fe commit fb5d90a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .dev/CRAN_Release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -250,23 +250,23 @@ system.time(test.data.table(script="*.Rraw")) # apx 8h = froll 3h + nafill 1m +


###############################################
# R 3.1.0 (stated dependency)
# R 3.3.0 (stated dependency)
###############################################

### ONE TIME BUILD
sudo apt-get -y build-dep r-base
cd ~/build
wget http://cran.stat.ucla.edu/src/base/R-3/R-3.1.0.tar.gz
tar xvf R-3.1.0.tar.gz
cd R-3.1.0
wget http://cran.stat.ucla.edu/src/base/R-3/R-3.3.0.tar.gz
tar xvf R-3.3.0.tar.gz
cd R-3.3.0
CFLAGS="-fcommon" FFLAGS="-fallow-argument-mismatch" ./configure --without-recommended-packages
make
alias R310=~/build/R-3.1.0/bin/R
alias R330=~/build/R-3.3.0/bin/R
### END ONE TIME BUILD

cd ~/GitHub/data.table
R310 CMD INSTALL ./data.table_1.15.99.tar.gz
R310
R330 CMD INSTALL ./data.table_1.15.99.tar.gz
R330
require(data.table)
test.data.table(script="*.Rraw")

Expand Down

0 comments on commit fb5d90a

Please sign in to comment.