Skip to content

Commit c9e3106

Browse files
committed
Prepare for CRAN
1 parent 7d551ec commit c9e3106

18 files changed

+70
-141
lines changed

CITATION.cff

Lines changed: 4 additions & 4 deletions
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.3.2.9000
11+
version: 0.4.0
1212
doi: 10.5281/zenodo.6572471
1313
abstract: Extension of the 'tidyverse' for 'SpatRaster' and 'SpatVector' objects of
1414
the 'terra' package. It includes also new 'geom_' functions that provide a convenient
@@ -28,7 +28,7 @@ preferred-citation:
2828
orcid: https://orcid.org/0000-0001-8457-4658
2929
doi: 10.5281/zenodo.6572471
3030
year: '2023'
31-
version: 0.3.2.9000
31+
version: 0.4.0
3232
url: https://dieghernan.github.io/tidyterra/
3333
abstract: Extension of the tidyverse for SpatRaster and SpatVector objects of the
3434
terra package. It includes also new geom_ functions that provide a convenient
@@ -175,10 +175,10 @@ references:
175175
authors:
176176
- family-names: Henry
177177
given-names: Lionel
178-
email: lionel@rstudio.com
178+
email: lionel@posit.co
179179
- family-names: Wickham
180180
given-names: Hadley
181-
email: hadley@rstudio.com
181+
email: hadley@posit.co
182182
year: '2023'
183183
- type: software
184184
title: scales

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.3.2.9000
3+
Version: 0.4.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tidyterra (development version)
1+
# tidyterra 0.4.0
22

33
- This release focuses heavily on SpatVectors. The improvements have been:
44
- New methods for SpatVectors:

R/sysdata.rda

609 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ objects with [{ggplot2}](https://ggplot2.tidyverse.org/).
2929

3030
## Overview
3131

32-
You can have a look to the documentation of the dev version in
33-
<https://dieghernan.github.io/tidyterra/dev/>
34-
3532
{tidyverse} methods implemented on {tidyterra} works differently
3633
depending on the type of Spat\* object:
3734

@@ -303,7 +300,7 @@ A BibTeX entry for LaTeX users is
303300
doi = {10.5281/zenodo.6572471},
304301
author = {Diego Hernangómez},
305302
year = {2023},
306-
version = {0.3.2.9000},
303+
version = {0.4.0},
307304
url = {https://dieghernan.github.io/tidyterra/},
308305
abstract = {Extension of the tidyverse for SpatRaster and SpatVector objects of the terra package. It includes also new geom_ functions that provide a convenient way of visualizing terra objects with ggplot2.},
309306
}

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
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.3.2.9000",
11+
"version": "0.4.0",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.2.2 (2022-10-31)",
17+
"runtimePlatform": "R version 4.2.2 (2022-10-31 ucrt)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -307,7 +307,7 @@
307307
},
308308
"SystemRequirements": null
309309
},
310-
"fileSize": "3155.347KB",
310+
"fileSize": "3188.456KB",
311311
"citation": [
312312
{
313313
"@type": "SoftwareSourceCode",
-9 Bytes
Binary file not shown.

data/hypsometric_tints_db.rda

1.65 KB
Binary file not shown.

img/README-example-temp-1.png

3.04 KB
Loading

img/README-example-temp-2.png

1.83 KB
Loading

img/README-example-tile-1.png

238 Bytes
Loading

img/README-example-tile-2.png

2.32 KB
Loading

img/README-hypso-1.png

-914 Bytes
Loading

img/README-hypso-2.png

1.99 KB
Loading

img/README-spatvec-1.png

821 Bytes
Loading

revdep/README.md

Lines changed: 58 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,66 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:---------------------------------------------------------------------|
5-
|version |R version 4.2.2 (2022-10-31 ucrt) |
6-
|os |Windows Server x64 (build 20348) |
7-
|system |x86_64, mingw32 |
8-
|ui |RTerm |
9-
|language |(EN) |
10-
|collate |English_United States.utf8 |
11-
|ctype |English_United States.utf8 |
12-
|tz |UTC |
13-
|date |2023-03-16 |
14-
|pandoc |2.19.2 @ C:\HOSTED~1\windows\pandoc\219~1.2\x64\PANDOC~1.2\pandoc.exe |
3+
|field |value |
4+
|:--------|:----------------------------------------|
5+
|version |R version 4.2.2 (2022-10-31 ucrt) |
6+
|os |Windows 10 x64 (build 22621) |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |Spanish_Spain.utf8 |
11+
|ctype |Spanish_Spain.utf8 |
12+
|tz |Europe/Paris |
13+
|date |2023-03-17 |
14+
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) |
15+
|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe |
1516

1617
# Dependencies
1718

18-
|package |old |new |Δ |
19-
|:------------|:------|:----------|:--|
20-
|tidyterra |0.3.2 |0.3.2.9000 |* |
21-
|classInt |0.4-9 |0.4-9 | |
22-
|cli |3.6.0 |3.6.0 | |
23-
|colorspace |2.1-0 |2.1-0 | |
24-
|cpp11 |0.4.3 |0.4.3 | |
25-
|data.table |1.14.8 |1.14.8 | |
26-
|DBI |1.1.3 |1.1.3 | |
27-
|dplyr |1.1.0 |1.1.0 | |
28-
|e1071 |1.7-13 |1.7-13 | |
29-
|fansi |1.0.4 |1.0.4 | |
30-
|farver |2.1.1 |2.1.1 | |
31-
|generics |0.1.3 |0.1.3 | |
32-
|ggplot2 |3.4.1 |3.4.1 | |
33-
|glue |1.6.2 |1.6.2 | |
34-
|gtable |0.3.1 |0.3.1 | |
35-
|isoband |0.2.7 |0.2.7 | |
36-
|labeling |0.4.2 |0.4.2 | |
37-
|lifecycle |1.0.3 |1.0.3 | |
38-
|magrittr |2.0.3 |2.0.3 | |
39-
|munsell |0.5.0 |0.5.0 | |
40-
|pillar |1.8.1 |1.8.1 | |
41-
|pkgconfig |2.0.3 |2.0.3 | |
42-
|proxy |0.4-27 |0.4-27 | |
43-
|purrr |1.0.1 |1.0.1 | |
44-
|R6 |2.5.1 |2.5.1 | |
45-
|RColorBrewer |1.1-3 |1.1-3 | |
46-
|Rcpp |1.0.10 |1.0.10 | |
47-
|rlang |1.1.0 |1.1.0 | |
48-
|s2 |1.1.2 |1.1.2 | |
49-
|scales |1.2.1 |1.2.1 | |
50-
|sf |1.0-11 |1.0-11 | |
51-
|stringi |1.7.12 |1.7.12 | |
52-
|stringr |1.5.0 |1.5.0 | |
53-
|terra |1.7-18 |1.7-18 | |
54-
|tibble |3.2.0 |3.2.0 | |
55-
|tidyr |1.3.0 |1.3.0 | |
56-
|tidyselect |1.2.0 |1.2.0 | |
57-
|units |0.8-1 |0.8-1 | |
58-
|utf8 |1.2.3 |1.2.3 | |
59-
|vctrs |0.6.0 |0.6.0 | |
60-
|viridisLite |0.4.1 |0.4.1 | |
61-
|withr |2.5.0 |2.5.0 | |
62-
|wk |0.7.1 |0.7.1 | |
19+
|package |old |new |Δ |
20+
|:------------|:------|:------|:--|
21+
|tidyterra |0.3.2 |0.4.0 |* |
22+
|classInt |0.4-9 |0.4-9 | |
23+
|cli |3.6.0 |3.6.0 | |
24+
|colorspace |2.1-0 |2.1-0 | |
25+
|cpp11 |0.4.3 |0.4.3 | |
26+
|data.table |1.14.8 |1.14.8 | |
27+
|DBI |1.1.3 |1.1.3 | |
28+
|dplyr |1.1.0 |1.1.0 | |
29+
|e1071 |1.7-13 |1.7-13 | |
30+
|fansi |1.0.4 |1.0.4 | |
31+
|farver |2.1.1 |2.1.1 | |
32+
|generics |0.1.3 |0.1.3 | |
33+
|ggplot2 |3.4.1 |3.4.1 | |
34+
|glue |1.6.2 |1.6.2 | |
35+
|gtable |0.3.1 |0.3.1 | |
36+
|isoband |0.2.7 |0.2.7 | |
37+
|labeling |0.4.2 |0.4.2 | |
38+
|lifecycle |1.0.3 |1.0.3 | |
39+
|magrittr |2.0.3 |2.0.3 | |
40+
|munsell |0.5.0 |0.5.0 | |
41+
|pillar |1.8.1 |1.8.1 | |
42+
|pkgconfig |2.0.3 |2.0.3 | |
43+
|proxy |0.4-27 |0.4-27 | |
44+
|purrr |1.0.1 |1.0.1 | |
45+
|R6 |2.5.1 |2.5.1 | |
46+
|RColorBrewer |1.1-3 |1.1-3 | |
47+
|Rcpp |1.0.10 |1.0.10 | |
48+
|rlang |1.1.0 |1.1.0 | |
49+
|s2 |1.1.2 |1.1.2 | |
50+
|scales |1.2.1 |1.2.1 | |
51+
|sf |1.0-11 |1.0-11 | |
52+
|stringi |1.7.12 |1.7.12 | |
53+
|stringr |1.5.0 |1.5.0 | |
54+
|terra |1.7-18 |1.7-18 | |
55+
|tibble |3.2.0 |3.2.0 | |
56+
|tidyr |1.3.0 |1.3.0 | |
57+
|tidyselect |1.2.0 |1.2.0 | |
58+
|units |0.8-1 |0.8-1 | |
59+
|utf8 |1.2.3 |1.2.3 | |
60+
|vctrs |0.6.0 |0.6.0 | |
61+
|viridisLite |0.4.1 |0.4.1 | |
62+
|withr |2.5.0 |2.5.0 | |
63+
|wk |0.7.1 |0.7.1 | |
6364

6465
# Revdeps
6566

66-
## Failed to check (3)
67-
68-
|package |version |error |warning |note |
69-
|:---------|:-------|:-----|:-------|:----|
70-
|biomod2 |4.2-2 |1 | | |
71-
|mapSpain |0.7.0 |1 | |1 |
72-
|sparrpowR |0.2.7 |1 | | |
73-

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 7 reverse dependencies (0 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

revdep/failures.md

Lines changed: 1 addition & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1 @@
1-
# biomod2
2-
3-
<details>
4-
5-
* Version: 4.2-2
6-
* GitHub: https://github.com/biomodhub/biomod2
7-
* Source code: https://github.com/cran/biomod2
8-
* Date/Publication: 2023-01-16 19:20:14 UTC
9-
* Number of recursive dependencies: 223
10-
11-
Run `revdepcheck::revdep_details(, "biomod2")` for more info
12-
13-
</details>
14-
15-
## In both
16-
17-
* R CMD check timed out
18-
19-
20-
# mapSpain
21-
22-
<details>
23-
24-
* Version: 0.7.0
25-
* GitHub: https://github.com/rOpenSpain/mapSpain
26-
* Source code: https://github.com/cran/mapSpain
27-
* Date/Publication: 2022-12-22 21:40:02 UTC
28-
* Number of recursive dependencies: 104
29-
30-
Run `revdepcheck::revdep_details(, "mapSpain")` for more info
31-
32-
</details>
33-
34-
## In both
35-
36-
* R CMD check timed out
37-
38-
39-
* checking data for non-ASCII characters ... NOTE
40-
```
41-
Note: found 13138 marked UTF-8 strings
42-
```
43-
44-
# sparrpowR
45-
46-
<details>
47-
48-
* Version: 0.2.7
49-
* GitHub: https://github.com/machiela-lab/sparrpowR
50-
* Source code: https://github.com/cran/sparrpowR
51-
* Date/Publication: 2023-02-02 01:00:02 UTC
52-
* Number of recursive dependencies: 133
53-
54-
Run `revdepcheck::revdep_details(, "sparrpowR")` for more info
55-
56-
</details>
57-
58-
## In both
59-
60-
* R CMD check timed out
61-
62-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)