diff --git a/README.md b/README.md index 13fa3bf..bd3b82c 100644 --- a/README.md +++ b/README.md @@ -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")