From 2eefcf470367811c189c356442e2a42275a89c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20A=2E=20G=C3=B6rgen?= Date: Mon, 28 Aug 2023 15:36:32 +0200 Subject: [PATCH 1/3] updates --- NEWS.md | 10 ++++++---- R/get_nasa_grace.R | 1 - README.md | 2 +- man/nasa_grace.Rd | 3 --- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index efe8128b..f4b2b4ce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,9 +10,6 @@ - Added a new resource called `fritz_et_al` providing a raster layer of deforestation -- added two new exported functions `register_resource()` and `register_indicator()` - which allow users to register custom functions for resources/indicators - - added a new resource called `fritz_et_al` providing a raster layer of deforestation drivers in tropical forests based on [Fritz et al. (2022)](https://www.frontiersin.org/articles/10.3389/fcosc.2022.830248/full) @@ -20,6 +17,9 @@ to obtain information on the absolute and relative area driving forest losses in assets for the period 2008-2019 +- added two new exported functions `register_resource()` and `register_indicator()` + which allow users to register custom functions for resources/indicators + - added a new vignette for the web-version of the package only informing about how to obtain wide-output from indicators @@ -50,7 +50,9 @@ ## Internal -- disabled examples requiring internet connection +- disabled running examples on CRAN + +- disabled tests for get_* functions on CRAN - `terra` engines now use `get()` to resolve the requested zonal statistic function diff --git a/R/get_nasa_grace.R b/R/get_nasa_grace.R index d573a480..b536c1d7 100644 --- a/R/get_nasa_grace.R +++ b/R/get_nasa_grace.R @@ -11,7 +11,6 @@ #' @docType data #' @keywords resource #' @format Global raster layers available for years 2003 to present. -#' @source \url{https://nasagrace.unl.edu/globaldata/} NULL diff --git a/README.md b/README.md index 14d91c17..2e51f4ad 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ library(mapme.biodiversity) library(sf) ``` - ## Linking to GEOS 3.11.1, GDAL 3.6.2, PROJ 9.1.1; sf_use_s2() is TRUE + ## Linking to GEOS 3.11.1, GDAL 3.6.4, PROJ 9.1.1; sf_use_s2() is TRUE ``` r resources <- names(available_resources()) diff --git a/man/nasa_grace.Rd b/man/nasa_grace.Rd index d2e08cf9..e118c4d6 100644 --- a/man/nasa_grace.Rd +++ b/man/nasa_grace.Rd @@ -7,9 +7,6 @@ \format{ Global raster layers available for years 2003 to present. } -\source{ -\url{https://nasagrace.unl.edu/globaldata/} -} \description{ The resource is published by NASA GRACE Tellus. This data set reflects on potential drought conditions in the shallow groundwater section From 9a622153c3ca70d84462614174e144ae66e334ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20A=2E=20G=C3=B6rgen?= Date: Mon, 28 Aug 2023 15:49:07 +0200 Subject: [PATCH 2/3] Increment version number to 0.4.0 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 58c34aa0..c9d685ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mapme.biodiversity Title: Efficient Monitoring of Global Biodiversity Portfolios -Version: 0.3.0.9000 +Version: 0.4.0 Authors@R: c( person("Darius A.", "Görgen", , "darius2402@web.de", role = c("aut", "cre")), person("Om Prakash", "Bhandari", role = "aut") diff --git a/NEWS.md b/NEWS.md index f4b2b4ce..e644305d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# mapme.biodiversity (development version) +# mapme.biodiversity 0.4.0 ## New features From 0d0ba66e36f3659d75fac6d33f241bc7586a9f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20A=2E=20G=C3=B6rgen?= Date: Mon, 28 Aug 2023 16:08:08 +0200 Subject: [PATCH 3/3] Increment version number to 0.4.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c9d685ff..0e14becf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mapme.biodiversity Title: Efficient Monitoring of Global Biodiversity Portfolios -Version: 0.4.0 +Version: 0.4.0.9000 Authors@R: c( person("Darius A.", "Görgen", , "darius2402@web.de", role = c("aut", "cre")), person("Om Prakash", "Bhandari", role = "aut") diff --git a/NEWS.md b/NEWS.md index e644305d..342f7e89 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# mapme.biodiversity (development version) + # mapme.biodiversity 0.4.0 ## New features