Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed May 16, 2024
1 parent 016bc7f commit 0692ddc
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,25 @@ suite.

## Installation

The latest stable version can be installed from CRAN:
<div class=".pkgdown-release">

``` r
install.packages('valr')
# Install released version from CRAN
install.packages("valr")
```

The latest development version can be installed from github:
</div>

<div class=".pkgdown-devel">

``` r
# install.packages("devtools")
devtools::install_github('rnabioco/valr')
# Install development version from GitHub
# install.packages("pak")
pak::pak("rnabioco/valr")
```

</div>

## valr Example

Functions in valr have similar names to their BEDtools counterparts, and
Expand Down

0 comments on commit 0692ddc

Please sign in to comment.