Skip to content

Commit

Permalink
Removed source package install from README as no longer available in …
Browse files Browse the repository at this point in the history
…devtools.
  • Loading branch information
PHEgeorginaanderson committed Apr 18, 2019
1 parent 6636028 commit fd0c964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
17 changes: 3 additions & 14 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ Install the latest release version of PHEindicatormethods directly from CRAN wit
install.packages("PHEindicatormethods")
```

<br/>
<br/>


#### Install a development version from GitHub using devtools
#### Install a development version from GitHub using remotes package

You can install a development version of PHEindicatormethods from GitHub with:

Expand All @@ -57,18 +58,6 @@ remotes::install_github("PublicHealthEngland/PHEindicatormethods",
```



#### Install a development version from zip

Download the PHEindicatormethods repository from GitHub https://github.com/PublicHealthEngland/PHEindicatormethods and either build from source or do:

```{r source_pkg-installation, eval = FALSE}
if (!require(devtools)) install.packages("devtools")
source <- devtools:::source_pkg("C:/path/to/PHEindicatormethods-master")
devtools::install(source)
```

<br/>
<br/>

Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Install the latest release version of PHEindicatormethods directly from CRAN wit
install.packages("PHEindicatormethods")
```

#### Install a development version from GitHub using devtools
<br/> <br/>

#### Install a development version from GitHub using remotes package

You can install a development version of PHEindicatormethods from GitHub with:

Expand All @@ -37,17 +39,6 @@ remotes::install_github("PublicHealthEngland/PHEindicatormethods",
build_opts = c("--no-resave-data"))
```

#### Install a development version from zip

Download the PHEindicatormethods repository from GitHub <https://github.com/PublicHealthEngland/PHEindicatormethods> and either build from source or do:

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

source <- devtools:::source_pkg("C:/path/to/PHEindicatormethods-master")
devtools::install(source)
```

<br/> <br/>

Package Versioning
Expand Down

0 comments on commit fd0c964

Please sign in to comment.