Skip to content

Commit

Permalink
v1.0.0 accepted to CRAN 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
graysonwhite committed Feb 28, 2022
1 parent 1479eed commit d9716bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d9716bf

Please sign in to comment.