Skip to content

Commit bb2232e

Browse files
committed
resolve conflicts in merge from master
Merge remote-tracking branch 'origin/master' into feature/sourcecpp-local-includes Conflicts: ChangeLog
2 parents 879481f + fb697c9 commit bb2232e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2123
install:
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

2526
script:
2627
- ./travis-tool.sh run_tests

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* src/attributes.cpp: Allow includes of local files
44
(e.g. #include "foo.hpp") in sourceCpp
55

6+
2015-02-13 Dirk Eddelbuettel <[email protected]>
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+
611
2015-02-13 JJ Allaire <[email protected]>
712

813
* src/attributes.cpp: Allow 'R' to come immediately after '***'

0 commit comments

Comments
 (0)