diff --git a/README.Rmd b/README.Rmd index c92b8a0..42a3a59 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,11 +17,15 @@ The `FIESTAutils` R package provides tools for data wrangling, spatial data anal ## Installation -You can install the development version of FIESTAutils from [GitHub](https://github.com/) with: +You can install the stable version of `FIESTAutils` from CRAN with: + +``` r +install.packages("FIESTAutils") +``` + +Or, you can install the developmental version of `FIESTAutils` from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("USDAForestService/FIESTAutils") ``` - -We hope to soon have `FIESTAutils` available on CRAN. \ No newline at end of file diff --git a/README.md b/README.md index 0c79ae4..584307a 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,16 @@ extract and perform analyses on USDA Forest Service data. ## Installation -You can install the development version of FIESTAutils from +You can install the stable version of `FIESTAutils` from CRAN with: + +``` r +install.packages("FIESTAutils") +``` + +Or, you can install the developmental version of `FIESTAutils` from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("USDAForestService/FIESTAutils") ``` - -We hope to soon have `FIESTAutils` available on CRAN.