Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kloppen committed Jun 17, 2020
1 parent 4042e15 commit 7dc781b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ described in CMH-17-1G.

# Installation
This package is not yet on CRAN (but it will be soon). For now, install
from `github` using `devtools`:
from `github` using `devtools`. This will also install the dependencies
required to build the vignettes.

```r
install.packages("devtools")
install.packages(c("devtools", "rmarkdown", "dplyr", "tidyr"))
devtools::install_github("ComtekAdvancedStructures/cmstatr", build_vignettes = TRUE,
build_opts = c("--no-resave-data", "--no-manual"))
```
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ are those described in CMH-17-1G.
# Installation

This package is not yet on CRAN (but it will be soon). For now, install
from `github` using `devtools`:
from `github` using `devtools`. This will also install the dependencies
required to build the vignettes.

``` r
install.packages("devtools")
install.packages(c("devtools", "rmarkdown", "dplyr", "tidyr"))
devtools::install_github("ComtekAdvancedStructures/cmstatr", build_vignettes = TRUE,
build_opts = c("--no-resave-data", "--no-manual"))
```
Expand Down

0 comments on commit 7dc781b

Please sign in to comment.