Skip to content

Commit

Permalink
Merge pull request #2 from FRAMverse/update/documentation
Browse files Browse the repository at this point in the history
Updated documentation for r-universe install
  • Loading branch information
Ty-WDFW authored Nov 22, 2024
2 parents 21938a7 + afae647 commit a73c7a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ although functions focused on analysis will work give the proper dataset.

## Installation

pssp can be installed through R-Universe like so:

``` r
install.packages("pssp", repos = "https://framverse.r-universe.dev")
```

Alternatively, with Rtools and `devtools` or `remotes` installed, pssp can be installed like so:

``` r
devtools::install_github("FRAMverse/pssp")

Expand Down

0 comments on commit a73c7a8

Please sign in to comment.