-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcloudcheck.off.sh
27 lines (21 loc) · 966 Bytes
/
cloudcheck.off.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# apt-get update
# apt install -y --no-install-recommends xzdec pandoc qpdf ghostscript
# tlmgr init-usertree
# tlmgr install datetime etoolbox fmtcount ulem pgf
# install2.r rJava RUnit ggplot2 zoo
# mkdir -p /tmp/results
# cd /tmp/results
# git clone --depth=1 git://github.com/miraisolutions/xlconnectjars.git
# git clone --depth=1 git://github.com/miraisolutions/xlconnect.git
# R CMD build --md5 xlconnectjars
# R CMD check --as-cran XLConnectJars_*.tar.gz
# R CMD INSTALL XLConnectJars_*.tar.gz
# # Do not drop unit tests to run full test suite
# cp xlconnect/.Rbuildignore .Rbuildignore.bak
# sed -i "/unitTests/d" xlconnect/.Rbuildignore
# R CMD build --compact-vignettes=both --md5 xlconnect
# FULL_TEST_SUITE=1 R CMD check --as-cran XLConnect_*.tar.gz
# R CMD INSTALL XLConnect_*.tar.gz
# mv .Rbuildignore.bak xlconnect/.Rbuildignore
# R CMD build --compact-vignettes --md5 xlconnect
# tar -zcvf /exchange/results-$1.tar.gz XLConnectJars* XLConnect*