File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,9 @@ warnings_are_errors: true
12
12
before_install :
13
13
- tlmgr install index # for texlive and vignette?
14
14
- R -e 'install.packages(c("Rcpp", "intervals"), repos="http://cloud.r-project.org")'
15
+ - cd C-software
16
+ - git submodule init
17
+ - git submodule update
18
+ - make src
15
19
- make Rcpp
16
20
- cd selectiveInference
Original file line number Diff line number Diff line change 3
3
- rm -f selectiveInference/R/RcppExports.R
4
4
Rscript -e " library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
5
5
6
- install : Rcpp
7
- cp C-software/src/* selectiveInference/src
6
+ install : Rcpp src
8
7
R CMD INSTALL selectiveInference
9
8
10
- build :
11
- cp C-software/src/* selectiveInference/src
9
+ build : src
12
10
R CMD build selectiveInference
13
11
12
+ src :
13
+ cp C-software/src/* selectiveInference/src
14
+
14
15
check : Rcpp build
15
16
R CMD build selectiveInference
16
17
R CMD check selectiveInference_1.2.2.tar.gz # fix this to be a script variable
You can’t perform that action at this time.
0 commit comments