Skip to content

Commit

Permalink
Update README.Rmd
Browse files Browse the repository at this point in the history
Updating read me to show how to install from Github as the package is now public
  • Loading branch information
nickdickinson authored Nov 3, 2021
1 parent 5cdab67 commit 489a1a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ You cannot yet install from [CRAN](https://CRAN.R-project.org). You must build i

# Install JMP package with devtools

Once you have built a binary file, install it locally. For example:
The easiest way is to install the package from Github using devtools.
``` r
devtools::install_github("WASHNote/jmpwashdata")
```

Otherwise you can also close the repository and open it in RStudio to build the source code package and install it locally if you would like to contribute to the package. For example:
```{r, eval=F, echo=T}
if (length(grep(pattern = "jmpwashdata", x = installed.packages()[,"Package"])) == 0) {
devtools::install_local("~/RStudio/packages/jmpwashdata_0.1.2.tar.gz")
Expand Down

0 comments on commit 489a1a9

Please sign in to comment.