Skip to content

Commit

Permalink
Update NEWS.md (#85)
Browse files Browse the repository at this point in the history
# Pull Request

<!--- Replace `#nnn` with your issue link for reference. -->

Fixes #nnn

Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu authored Dec 2, 2024
1 parent c8d7db9 commit a6dbdab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `tern.rbmi` 0.1.4.9001

# `tern.rbmi` 0.1.4

* CRAN release.

# `tern.rbmi` 0.1.3
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ vignette(topic = "quickstart", package = "rbmi")

## Installation

```r
# install.packages("pak")
pak::pak("insightsengineering/tern.rbmi@*release")
`tern.rbmi` is available on CRAN and you can install the latest released version with:

``` r
install.packages("tern.rbmi")
```

Alternatively, you might want to use the development version.
or you can install the latest development version directly from GitHub by running the following:

```r
# install.packages("pak")
Expand Down

0 comments on commit a6dbdab

Please sign in to comment.