File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ before_install:
1717 - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
1818 - chmod 755 ./travis-tool.sh
1919 - ./travis-tool.sh bootstrap
20+ - sudo add-apt-repository -y ppa:edd/misc
21+ - sudo apt-get update -q
2022
2123install :
22- - ./travis-tool.sh install_aptget r-cran-runit
23- - ./travis-tool.sh install_r inline rbenchmark highlight pkgKitten
24+ - ./travis-tool.sh install_aptget r-cran-runit r-cran-inline r-cran-rbenchmark r-cran-highlight r-cran-pkgkitten
2425
2526script :
2627 - ./travis-tool.sh run_tests
Original file line number Diff line number Diff line change 33 * src/attributes.cpp: Allow includes of local files
44 (e.g. #include "foo.hpp") in sourceCpp
55
6+ 2015-02-13 Dirk Eddelbuettel <edd@debian.org>
7+
8+ * .travis.yml (install): Switch to using ppa:edd/misc to install all the
9+ R packages needed for the Travis CI run as r-cran-* binary packages
10+
6112015-02-13 JJ Allaire <jj@rstudio.org>
712
813 * src/attributes.cpp: Allow 'R' to come immediately after '***'
You can’t perform that action at this time.
0 commit comments