diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 0000000..b015db5 --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2018-04-03. +Once it is accepted, delete this file and tag the release (commit 6360dd2247). diff --git a/README.Rmd b/README.Rmd index 96a5ba8..371abfe 100644 --- a/README.Rmd +++ b/README.Rmd @@ -35,9 +35,6 @@ Install the release version from CRAN: install.packages("NLMR") ``` -__NOTE__: The version on CRAN is pre-rOpenSci review, so it still contains the -utility functions you find now in [`landscapetools`](https://github.com/ropensci/landscapetools). - To install the developmental version of ``NLMR``, use the following R code: ```{r eval = FALSE} diff --git a/README.md b/README.md index 27378f2..480c9b4 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ Install the release version from CRAN: install.packages("NLMR") ``` -**NOTE**: The version on CRAN is pre-rOpenSci review, so it still contains the utility functions you find now in [`landscapetools`](https://github.com/ropensci/landscapetools). - To install the developmental version of `NLMR`, use the following R code: ``` r diff --git a/docs/articles/getstarted_files/figure-html/unnamed-chunk-1-1.png b/docs/articles/getstarted_files/figure-html/unnamed-chunk-1-1.png index 1b6179e..54f8bb0 100644 Binary files a/docs/articles/getstarted_files/figure-html/unnamed-chunk-1-1.png and b/docs/articles/getstarted_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-1.png b/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-1.png index 7175df0..1b7843c 100644 Binary files a/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-1.png and b/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-2.png b/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-2.png index 5d2876f..61bbe0f 100644 Binary files a/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-2.png and b/docs/articles/getstarted_files/figure-html/unnamed-chunk-2-2.png differ diff --git a/docs/articles/getstarted_files/figure-html/unnamed-chunk-3-1.png b/docs/articles/getstarted_files/figure-html/unnamed-chunk-3-1.png index c93d40e..2913c0d 100644 Binary files a/docs/articles/getstarted_files/figure-html/unnamed-chunk-3-1.png and b/docs/articles/getstarted_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/index.html b/docs/index.html index 9118d6e..3bb17fe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -122,7 +122,6 @@
Install the release version from CRAN:
install.packages("NLMR")
NOTE: The version on CRAN is pre-rOpenSci review, so it still contains the utility functions you find now in landscapetools
.
To install the developmental version of NLMR
, use the following R code:
# install.packages("devtools")
devtools::install_github("ropensci/NLMR", ref = "develop")