diff --git a/CITATION.cff b/CITATION.cff index 5e91de5e..0557b06c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "tidyterra" in publications use:' type: software license: MIT title: 'tidyterra: ''tidyverse'' Methods and ''ggplot2'' Helpers for ''terra'' Objects' -version: 0.6.1.9000 +version: 0.6.2 doi: 10.21105/joss.05751 identifiers: - type: doi diff --git a/DESCRIPTION b/DESCRIPTION index 14ecf0f0..2d4f054e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyterra Title: 'tidyverse' Methods and 'ggplot2' Helpers for 'terra' Objects -Version: 0.6.1.9000 +Version: 0.6.2 Authors@R: c( person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8457-4658")), diff --git a/NEWS.md b/NEWS.md index 7f7c3177..8f51363d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tidyterra (development version) +# tidyterra 0.6.2 - Add (limited) support for `SpatGraticule` (see `terra::graticule()`) #155. - New arguments in `geom_spatraster_rgb()`: `stretch` and `zlim`. See diff --git a/R/scales_cross_blended.R b/R/scales_cross_blended.R index 75fb94a5..2e48aff3 100644 --- a/R/scales_cross_blended.R +++ b/R/scales_cross_blended.R @@ -86,7 +86,7 @@ #' #' - Patterson, T. (2004). *Using Cross-blended Hypsometric Tints for #' Generalized Environmental Mapping.* Accessed June 10, 2022. -#' +#' #' #' @examples #' \donttest{ diff --git a/README.md b/README.md index 8859cd14..7a1a6e94 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,6 @@ A BibTeX entry for LaTeX users is: Full manual of the most recent release of **tidyterra** on **CRAN** is online: -You can have a look to the documentation of the dev version in - - **tidyverse** methods implemented on **tidyterra** works differently depending on the type of `Spat*` object: diff --git a/codemeta.json b/codemeta.json index c84eaab6..937bac02 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/dieghernan/tidyterra", "issueTracker": "https://github.com/dieghernan/tidyterra/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.6.1.9000", + "version": "0.6.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -344,7 +344,7 @@ "SystemRequirements": null }, "keywords": ["r", "terra", "ggplot-extension", "r-spatial", "rspatial", "cran", "cran-r", "r-package", "rstats", "rstats-package"], - "fileSize": "2401.527KB", + "fileSize": "2402.461KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 0fff2432..3cf10804 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -39,5 +39,5 @@ "url": "https://cran.r-project.org" }, "runtimePlatform": "R version 4.4.2 (2024-10-31 ucrt)", - "version": "0.6.1.9000" + "version": "0.6.2" } diff --git a/man/scale_cross_blended.Rd b/man/scale_cross_blended.Rd index 13e4f5a6..ed4f64e3 100644 --- a/man/scale_cross_blended.Rd +++ b/man/scale_cross_blended.Rd @@ -30,7 +30,7 @@ Cross-blended Hypsometric Tints. \emph{Cartographic Perspectives,} (69), 31 - 46. \doi{10.14714/CP69.20}. \item Patterson, T. (2004). \emph{Using Cross-blended Hypsometric Tints for Generalized Environmental Mapping.} Accessed June 10, 2022. -\url{http://www.shadedrelief.com/hypso/hypso.html} +\url{https://www.shadedrelief.com/hypso/hypso.html} } } \usage{ diff --git a/vignettes/paper.bib b/vignettes/paper.bib index 90795dbf..aef736a6 100644 --- a/vignettes/paper.bib +++ b/vignettes/paper.bib @@ -47,7 +47,7 @@ @manual{R-ebvcube author = {Luise Quoss and Nestor Fernandez and Christian Langer and Jose Valdez and Henrique Miguel Pereira}, year = 2021, address = {Germany}, - url = {https://github.com/LuiseQuoss/ebvcube}, + url = {https://github.com/EBVcube/ebvcube}, note = {R package version 0.1.4}, organization = {German Centre for Integrative Biodiversity Research (iDiv) Halle-Jena-Leipzig} }