Skip to content

Commit

Permalink
updated installation instructions for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
meggehsc committed Jun 3, 2024
1 parent 0807567 commit 625c3c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ The package consists of the following:

## Installation

Install from CRAN:
```r
install.packages("tpm")
```

Or, for the latest build, install from source:
```r
library(devtools)
devtools::install_github("markegge/fhwa_pm3")
library(tpm)
```

### A Minimal Example
Expand Down

0 comments on commit 625c3c8

Please sign in to comment.