From 2da82068f4f7d15c16a0108be19991489f68ed6b Mon Sep 17 00:00:00 2001 From: Edwards Date: Fri, 1 Nov 2024 14:26:33 -0700 Subject: [PATCH] updating for R-universe install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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")