Skip to content

Commit

Permalink
don't upgrade packages when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhannah95 committed Jan 24, 2020
1 parent 1fcbac8 commit 2db373a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ To install `phsmethods`, the package `remotes` is required, and can be installed
You can then install `phsmethods` on RStudio server from GitHub with:

```{r gh-installation, eval = FALSE}
remotes::install_github("Health-SocialCare-Scotland/phsmethods")
remotes::install_github("Health-SocialCare-Scotland/phsmethods",
upgrade = "never")
```

Network security settings may prevent `remotes::install_github()` from working on RStudio desktop. If this is the case, `phsmethods` can be installed by downloading the [zip of the repository](https://github.com/Health-SocialCare-Scotland/phsmethods/archive/master.zip) and running the following code (replacing the section marked `<>`, including the arrows themselves):
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ To install `phsmethods`, the package `remotes` is required, and can be installed
You can then install `phsmethods` on RStudio server from GitHub with:

``` r
remotes::install_github("Health-SocialCare-Scotland/phsmethods")
remotes::install_github("Health-SocialCare-Scotland/phsmethods",
upgrade = "never")
```

Network security settings may prevent `remotes::install_github()` from working on RStudio desktop. If this is the case, `phsmethods` can be installed by downloading the [zip of the repository](https://github.com/Health-SocialCare-Scotland/phsmethods/archive/master.zip) and running the following code (replacing the section marked `<>`, including the arrows themselves):
Expand Down

0 comments on commit 2db373a

Please sign in to comment.