Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Install semver
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jul 3, 2017
1 parent 16c7d12 commit 0ce8de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ install:
- sudo apt-get update
- sudo apt-get upgrade -y
- sudo apt-get install -y opencpu-server
- curl https://cran.r-project.org/src/contrib/semver_0.2.0.tar.gz -o semver_0.2.0.tar.gz
- sudo R CMD INSTALL semver_0.2.0.tar.gz

script:
- go test -v -covermode=count -coverprofile=profile.cov
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arrgh (Pronunciation: /ɑː/ or /är/) is an interface to the [OpenCPU](https://

## Installation

arrgh requires a [Go](http://golang.org) installation, and if using a local R instance [OpenCPU](https://www.opencpu.org/download.html) must be installed as an R package.
arrgh requires a [Go](http://golang.org) installation, and if using a local R instance [OpenCPU](https://www.opencpu.org/download.html) and [smever](https://cran.r-project.org/web/packages/semver/index.html) must be installed as R packages.

## Documentation

Expand Down

0 comments on commit 0ce8de8

Please sign in to comment.