Skip to content

Commit ba9a981

Browse files
committed
Prepare CRAN release
1 parent 5beb9d1 commit ba9a981

9 files changed

+9
-12
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "tidyterra" in publications use:'
88
type: software
99
license: MIT
1010
title: 'tidyterra: ''tidyverse'' Methods and ''ggplot2'' Helpers for ''terra'' Objects'
11-
version: 0.6.1.9000
11+
version: 0.6.2
1212
doi: 10.21105/joss.05751
1313
identifiers:
1414
- type: doi

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tidyterra
22
Title: 'tidyverse' Methods and 'ggplot2' Helpers for 'terra' Objects
3-
Version: 0.6.1.9000
3+
Version: 0.6.2
44
Authors@R: c(
55
person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-8457-4658")),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tidyterra (development version)
1+
# tidyterra 0.6.2
22

33
- Add (limited) support for `SpatGraticule` (see `terra::graticule()`) #155.
44
- New arguments in `geom_spatraster_rgb()`: `stretch` and `zlim`. See

R/scales_cross_blended.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#'
8787
#' - Patterson, T. (2004). *Using Cross-blended Hypsometric Tints for
8888
#' Generalized Environmental Mapping.* Accessed June 10, 2022.
89-
#' <http://www.shadedrelief.com/hypso/hypso.html>
89+
#' <https://www.shadedrelief.com/hypso/hypso.html>
9090
#'
9191
#' @examples
9292
#' \donttest{

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ A BibTeX entry for LaTeX users is:
6767
Full manual of the most recent release of **tidyterra** on **CRAN** is
6868
online: <https://dieghernan.github.io/tidyterra/>
6969

70-
You can have a look to the documentation of the dev version in
71-
<https://dieghernan.github.io/tidyterra/dev/>
72-
7370
**tidyverse** methods implemented on **tidyterra** works differently
7471
depending on the type of `Spat*` object:
7572

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/dieghernan/tidyterra",
99
"issueTracker": "https://github.com/dieghernan/tidyterra/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.6.1.9000",
11+
"version": "0.6.2",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -344,7 +344,7 @@
344344
"SystemRequirements": null
345345
},
346346
"keywords": ["r", "terra", "ggplot-extension", "r-spatial", "rspatial", "cran", "cran-r", "r-package", "rstats", "rstats-package"],
347-
"fileSize": "2401.527KB",
347+
"fileSize": "2402.461KB",
348348
"citation": [
349349
{
350350
"@type": "ScholarlyArticle",

inst/schemaorg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"url": "https://cran.r-project.org"
4040
},
4141
"runtimePlatform": "R version 4.4.2 (2024-10-31 ucrt)",
42-
"version": "0.6.1.9000"
42+
"version": "0.6.2"
4343
}

man/scale_cross_blended.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/paper.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ @manual{R-ebvcube
4747
author = {Luise Quoss and Nestor Fernandez and Christian Langer and Jose Valdez and Henrique Miguel Pereira},
4848
year = 2021,
4949
address = {Germany},
50-
url = {https://github.com/LuiseQuoss/ebvcube},
50+
url = {https://github.com/EBVcube/ebvcube},
5151
note = {R package version 0.1.4},
5252
organization = {German Centre for Integrative Biodiversity Research (iDiv) Halle-Jena-Leipzig}
5353
}

0 commit comments

Comments
 (0)