Skip to content

Commit

Permalink
updating for R-universe install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbedwards-dfw committed Nov 1, 2024
1 parent dab9673 commit 2da8206
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@
## Overview

framrsquared is a library with a focus on easing the burden of working in the FRAM database by providing convenient methods to import tables into R, and producing similar analyses as the FRAM executable while extending it some circumstances.
framrsquared is part of the [FRAMverse R-Universe](https://framverse.r-universe.dev/packages).

## Installation


framrsquared can be installed through R-Universe:

``` r
install.packages("framrsquared", repos = "https://framverse.r-universe.dev")
```

Otherwise, if you have Rtools and the `devtools` or `remotes` packages installed, framrsquared can be installed from source code:

``` r
devtools::install_github("FRAMverse/framrsquared")

Expand Down

0 comments on commit 2da8206

Please sign in to comment.