Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Add dev install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Jan 30, 2024
1 parent 5c4510d commit 3c0f7a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@

The goal of `pacta.r.package` is to provide a default template R package
template. This template can be used to easily scaffold new PACTA R packages.

## Installation

Install the released version of `pacta.r.package` from CRAN with:

``` r
install.packages("pacta.r.package")
```

Or install the development version of `pacta.r.package` with something like this:

``` r
# install.packages("pak")
pak::pak("RMI-PACTA/pacta.r.package")
```

0 comments on commit 3c0f7a6

Please sign in to comment.