Browse Source

non-CRAN dependencies in travis

pull/25/head
Bob Rudis 9 years ago
parent
commit
eda70e4b49
  1. 1
      .travis.yml
  2. 1
      README.Rmd
  3. 3
      README.md

1
.travis.yml

@ -7,6 +7,7 @@ before_install:
install:
- ./travis-tool.sh r_binary_install RColorBrewer
- ./travis-tool.sh install_github timelyportfolio/rcdimple
- ./travis-tool.sh install_deps
script: ./travis-tool.sh run_tests

1
README.Rmd

@ -27,6 +27,7 @@ The following functions are implemented:
### Installation
```{r eval=FALSE}
devtools::install_github("timelyportfolio/rcdimple") # for htmlwidget functionality
devtools::install_github("hrbrmstr/waffle")
```

3
README.md

@ -18,6 +18,7 @@ The following functions are implemented:
### Installation
``` r
devtools::install_github("timelyportfolio/rcdimple") # for htmlwidget functionality
devtools::install_github("hrbrmstr/waffle")
```
@ -95,7 +96,7 @@ library(testthat)
date()
```
## [1] "Thu Mar 19 06:37:41 2015"
## [1] "Thu Mar 19 06:48:48 2015"
``` r
test_dir("tests/")

Loading…
Cancel
Save