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

Add installation instructions to README #10

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
```
Loading