From f135314d7ca395597f36c3c512c94334da0dc0c3 Mon Sep 17 00:00:00 2001 From: Julien Brun Date: Thu, 21 Sep 2023 14:04:20 -0700 Subject: [PATCH] adding CRAN installation instructions --- README.Rmd | 7 +++++++ README.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/README.Rmd b/README.Rmd index bf8a90a..bf33b26 100644 --- a/README.Rmd +++ b/README.Rmd @@ -63,6 +63,13 @@ or in publication. ## Installation +You can install the CRAN version of `lterdatasampler` with: + +``` r +install.packages("lterdatasampler") +``` + + You can install the development version of `lterdatasampler` from GitHub with: diff --git a/README.md b/README.md index 1f14851..1b53732 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ purposes or in publication. ## Installation +You can install the CRAN version of `lterdatasampler` with: + +``` r +install.packages("lterdatasampler") +``` + You can install the development version of `lterdatasampler` from GitHub with: