Skip to content

Commit

Permalink
Prepare CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 7, 2025
1 parent 5beb9d1 commit ba9a981
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/scales_cross_blended.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#'
#' - Patterson, T. (2004). *Using Cross-blended Hypsometric Tints for
#' Generalized Environmental Mapping.* Accessed June 10, 2022.
#' <http://www.shadedrelief.com/hypso/hypso.html>
#' <https://www.shadedrelief.com/hypso/hypso.html>
#'
#' @examples
#' \donttest{
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ A BibTeX entry for LaTeX users is:
Full manual of the most recent release of **tidyterra** on **CRAN** is
online: <https://dieghernan.github.io/tidyterra/>

You can have a look to the documentation of the dev version in
<https://dieghernan.github.io/tidyterra/dev/>

**tidyverse** methods implemented on **tidyterra** works differently
depending on the type of `Spat*` object:

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion man/scale_cross_blended.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down

0 comments on commit ba9a981

Please sign in to comment.