Skip to content

Commit

Permalink
Updates installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed May 16, 2019
1 parent 5da2f95 commit 190a47a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/articles/z1_install.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion vignettes/z1_install.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@ system is missing one of the external dependencies required to compile

## 1.2 - Installing Rvision

You can install [`Rvision`](https://github.com/swarm-lab/Rvision) as follows:
You can install the latest tested versio of [`Rvision`](https://github.com/swarm-lab/Rvision)
as follows:

```{r, message=FALSE, eval=FALSE}
devtools::install_github("swarm-lab/Rvision", ref = "v0.3.5")
```

The latest development version (not necessarily testes) can be installed as
follows:

```{r, message=FALSE, eval=FALSE}
devtools::install_github("swarm-lab/Rvision")
Expand Down

0 comments on commit 190a47a

Please sign in to comment.