Skip to content

Commit

Permalink
Rendered README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
PHEgeorginaanderson committed Apr 18, 2019
1 parent 2f1e76e commit 6636028
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ install.packages("PHEindicatormethods")
You can install a development version of PHEindicatormethods from GitHub with:

``` r
if (!require(devtools)) install.packages("devtools")
if (!require(remotes)) install.packages("remotes")

devtools::install_github("PublicHealthEngland/PHEindicatormethods",
remotes::install_github("PublicHealthEngland/PHEindicatormethods",
build_vignettes = TRUE,
dependencies = "suggests")
dependencies = TRUE,
build_opts = c("--no-resave-data"))
```

#### Install a development version from zip
Expand Down

0 comments on commit 6636028

Please sign in to comment.