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 c33786a commit 5784940Copy full SHA for 5784940
.travis.yml
@@ -11,6 +11,7 @@ env:
11
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
12
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
13
- RunAllRcppTests="yes"
14
+ - CRAN="http://cran.us.r-project.org"
15
16
before_install:
17
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
ChangeLog
@@ -1,5 +1,8 @@
1
2014-11-19 Dirk Eddelbuettel <edd@debian.org>
2
3
+ * .travis.yml: Temporary stop-gap measure of setting CRAN to something
4
+ other than the RStudio CDN which currently has DNS issue
5
+
6
* inst/include/Rcpp/internal/NAComparator.h: Support sorting of complex
7
numbers, thanks to patch by Yixuan Qiu (in PR #202)
8
0 commit comments