Skip to content

Commit

Permalink
Small changes to README and Travis-CI YML
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Baker committed Sep 14, 2018
1 parent 8c1fe4e commit 082df20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ install:
- R -e "sgmcmc::installTF()"

script:
- travis_wait 30 R CMD build . # Additional wait time, building vignettes takes a while
- travis_wait 30 R CMD check *tar.gz # Additional wait time, building vignettes takes a while
- travis_wait 30 R CMD build . --no-build-vignettes
- travis_wait 30 R CMD check *tar.gz --no-build-vignettes --no-vignettes
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The package is built on top of the [TensorFlow library for R](https://tensorflow
## Installation

`sgmcmc` requires [TensorFlow for R](https://github.com/rstudio/tensorflow) to be installed, which requires packages that can't be automatically built by `R`, so has a few steps:
- Install [TensorFlow for R](https://github.com/rstudio/tensorflow), run `install.packages("tensorflow")`.
- Install the `sgmcmc` R package: `install.packages("sgmcmc")`.
- Install the required python packages (including TensorFlow and TensorFlow Probability) by running: `sgmcmc::installTF()`.

Expand Down

0 comments on commit 082df20

Please sign in to comment.