Skip to content

Commit

Permalink
Update (aspirational) install instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
FinYang committed Jun 23, 2024
1 parent 18430bd commit 0619ded
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,19 @@ The goal of roam is to ...

## Installation

You can install the development version of roam like so:
You can install the **stable** version from
[CRAN](https://cran.r-project.org/package=roam).

``` r
remotes::install_github("finyang/roam")
install.packages("roam")
```

You can install the **development** version from
[Github](https://github.com/FinYang/roam)

``` r
# install.packages("remotes")
remotes::install_github("FinYang/roam")
```

## Example
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,19 @@ The goal of roam is to …

## Installation

You can install the development version of roam like so:
You can install the **stable** version from
[CRAN](https://cran.r-project.org/package=roam).

``` r
remotes::install_github("finyang/roam")
install.packages("roam")
```

You can install the **development** version from
[Github](https://github.com/FinYang/roam)

``` r
# install.packages("remotes")
remotes::install_github("FinYang/roam")
```

## Example
Expand Down

0 comments on commit 0619ded

Please sign in to comment.