Skip to content

Commit

Permalink
Update README with CRAN install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Jan 22, 2024
1 parent 6088528 commit e90e64b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ in the article by Paul Allison, Richard Williams, and Enrique Moral-Benito in

# Installation

`dpm` will soon be on CRAN. In the meantime, you can get it from Github.
`dpm` is now on CRAN and can be installed like other R packages.

```{r eval = F}
install.packages("devtools")
devtools::install_github("jacob-long/dpm")
install.packages("dpm")
```

# Usage
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ accessible

# Installation

`dpm` will soon be on CRAN. In the meantime, you can get it from Github.
`dpm` is now on CRAN and can be installed like other R packages.

``` r
install.packages("devtools")
devtools::install_github("jacob-long/dpm")
install.packages("dpm")
```

# Usage
Expand Down

0 comments on commit e90e64b

Please sign in to comment.