Skip to content

Commit 5784940

Browse files
committed
stop-gap measure fix to .travis.yml while cran.rstudio.com is unreachable
1 parent c33786a commit 5784940

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
1212
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
1313
- RunAllRcppTests="yes"
14+
- CRAN="http://cran.us.r-project.org"
1415

1516
before_install:
1617
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2014-11-19 Dirk Eddelbuettel <edd@debian.org>
22

3+
* .travis.yml: Temporary stop-gap measure of setting CRAN to something
4+
other than the RStudio CDN which currently has DNS issue
5+
36
* inst/include/Rcpp/internal/NAComparator.h: Support sorting of complex
47
numbers, thanks to patch by Yixuan Qiu (in PR #202)
58

0 commit comments

Comments
 (0)