We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc63a commit 2f05bf6Copy full SHA for 2f05bf6
.travis.yml
@@ -11,6 +11,6 @@ addons:
11
warnings_are_errors: true
12
before_install:
13
- tlmgr install index # for texlive and vignette?
14
- - R -e 'install.packages("Rcpp", repos="http://cloud.r-project.org")'
+ - R -e 'install.packages(c("Rcpp", "intervals"), repos="http://cloud.r-project.org")'
15
- make Rcpp
16
- cd selectiveInference
0 commit comments