diff --git a/CITATION.cff b/CITATION.cff index 0b3c430e..a660156a 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.3.2.9000 +version: 0.4.0 doi: 10.5281/zenodo.6572471 abstract: Extension of the 'tidyverse' for 'SpatRaster' and 'SpatVector' objects of the 'terra' package. It includes also new 'geom_' functions that provide a convenient @@ -28,7 +28,7 @@ preferred-citation: orcid: https://orcid.org/0000-0001-8457-4658 doi: 10.5281/zenodo.6572471 year: '2023' - version: 0.3.2.9000 + version: 0.4.0 url: https://dieghernan.github.io/tidyterra/ abstract: Extension of the tidyverse for SpatRaster and SpatVector objects of the terra package. It includes also new geom_ functions that provide a convenient @@ -175,10 +175,10 @@ references: authors: - family-names: Henry given-names: Lionel - email: lionel@rstudio.com + email: lionel@posit.co - family-names: Wickham given-names: Hadley - email: hadley@rstudio.com + email: hadley@posit.co year: '2023' - type: software title: scales diff --git a/DESCRIPTION b/DESCRIPTION index 4d1d6d12..678cbe8c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyterra Title: 'tidyverse' Methods and 'ggplot2' Helpers for 'terra' Objects -Version: 0.3.2.9000 +Version: 0.4.0 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 371e6066..d8d655a8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tidyterra (development version) +# tidyterra 0.4.0 - This release focuses heavily on SpatVectors. The improvements have been: - New methods for SpatVectors: diff --git a/R/sysdata.rda b/R/sysdata.rda index 41ee8315..8c952172 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/README.md b/README.md index 1b9a52cb..042a9009 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ objects with [{ggplot2}](https://ggplot2.tidyverse.org/). ## Overview -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: @@ -303,7 +300,7 @@ A BibTeX entry for LaTeX users is doi = {10.5281/zenodo.6572471}, author = {Diego Hernangómez}, year = {2023}, - version = {0.3.2.9000}, + version = {0.4.0}, url = {https://dieghernan.github.io/tidyterra/}, 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.}, } diff --git a/codemeta.json b/codemeta.json index 643c98cb..5d97e486 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,13 +8,13 @@ "codeRepository": "https://github.com/dieghernan/tidyterra", "issueTracker": "https://github.com/dieghernan/tidyterra/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.3.2.9000", + "version": "0.4.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.2.2 (2022-10-31)", + "runtimePlatform": "R version 4.2.2 (2022-10-31 ucrt)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -307,7 +307,7 @@ }, "SystemRequirements": null }, - "fileSize": "3155.347KB", + "fileSize": "3188.456KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/data/cross_blended_hypsometric_tints_db.rda b/data/cross_blended_hypsometric_tints_db.rda index f3d9f319..1d30bdb1 100644 Binary files a/data/cross_blended_hypsometric_tints_db.rda and b/data/cross_blended_hypsometric_tints_db.rda differ diff --git a/data/hypsometric_tints_db.rda b/data/hypsometric_tints_db.rda index 0fb831ed..d593f15e 100644 Binary files a/data/hypsometric_tints_db.rda and b/data/hypsometric_tints_db.rda differ diff --git a/img/README-example-temp-1.png b/img/README-example-temp-1.png index 5f32252c..71309a5f 100644 Binary files a/img/README-example-temp-1.png and b/img/README-example-temp-1.png differ diff --git a/img/README-example-temp-2.png b/img/README-example-temp-2.png index 55b591ed..63d583b2 100644 Binary files a/img/README-example-temp-2.png and b/img/README-example-temp-2.png differ diff --git a/img/README-example-tile-1.png b/img/README-example-tile-1.png index 7541027f..7148496b 100644 Binary files a/img/README-example-tile-1.png and b/img/README-example-tile-1.png differ diff --git a/img/README-example-tile-2.png b/img/README-example-tile-2.png index c4785932..c0beb19a 100644 Binary files a/img/README-example-tile-2.png and b/img/README-example-tile-2.png differ diff --git a/img/README-hypso-1.png b/img/README-hypso-1.png index c467dea2..76f8d6e9 100644 Binary files a/img/README-hypso-1.png and b/img/README-hypso-1.png differ diff --git a/img/README-hypso-2.png b/img/README-hypso-2.png index 6c5d9fe9..1ca74dc4 100644 Binary files a/img/README-hypso-2.png and b/img/README-hypso-2.png differ diff --git a/img/README-spatvec-1.png b/img/README-spatvec-1.png index d98501d1..12cd4c1a 100644 Binary files a/img/README-spatvec-1.png and b/img/README-spatvec-1.png differ diff --git a/revdep/README.md b/revdep/README.md index 036cb06e..d9cc712d 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,73 +1,66 @@ # Platform -|field |value | -|:--------|:---------------------------------------------------------------------| -|version |R version 4.2.2 (2022-10-31 ucrt) | -|os |Windows Server x64 (build 20348) | -|system |x86_64, mingw32 | -|ui |RTerm | -|language |(EN) | -|collate |English_United States.utf8 | -|ctype |English_United States.utf8 | -|tz |UTC | -|date |2023-03-16 | -|pandoc |2.19.2 @ C:\HOSTED~1\windows\pandoc\219~1.2\x64\PANDOC~1.2\pandoc.exe | +|field |value | +|:--------|:----------------------------------------| +|version |R version 4.2.2 (2022-10-31 ucrt) | +|os |Windows 10 x64 (build 22621) | +|system |x86_64, mingw32 | +|ui |RStudio | +|language |(EN) | +|collate |Spanish_Spain.utf8 | +|ctype |Spanish_Spain.utf8 | +|tz |Europe/Paris | +|date |2023-03-17 | +|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) | +|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | # Dependencies -|package |old |new |Δ | -|:------------|:------|:----------|:--| -|tidyterra |0.3.2 |0.3.2.9000 |* | -|classInt |0.4-9 |0.4-9 | | -|cli |3.6.0 |3.6.0 | | -|colorspace |2.1-0 |2.1-0 | | -|cpp11 |0.4.3 |0.4.3 | | -|data.table |1.14.8 |1.14.8 | | -|DBI |1.1.3 |1.1.3 | | -|dplyr |1.1.0 |1.1.0 | | -|e1071 |1.7-13 |1.7-13 | | -|fansi |1.0.4 |1.0.4 | | -|farver |2.1.1 |2.1.1 | | -|generics |0.1.3 |0.1.3 | | -|ggplot2 |3.4.1 |3.4.1 | | -|glue |1.6.2 |1.6.2 | | -|gtable |0.3.1 |0.3.1 | | -|isoband |0.2.7 |0.2.7 | | -|labeling |0.4.2 |0.4.2 | | -|lifecycle |1.0.3 |1.0.3 | | -|magrittr |2.0.3 |2.0.3 | | -|munsell |0.5.0 |0.5.0 | | -|pillar |1.8.1 |1.8.1 | | -|pkgconfig |2.0.3 |2.0.3 | | -|proxy |0.4-27 |0.4-27 | | -|purrr |1.0.1 |1.0.1 | | -|R6 |2.5.1 |2.5.1 | | -|RColorBrewer |1.1-3 |1.1-3 | | -|Rcpp |1.0.10 |1.0.10 | | -|rlang |1.1.0 |1.1.0 | | -|s2 |1.1.2 |1.1.2 | | -|scales |1.2.1 |1.2.1 | | -|sf |1.0-11 |1.0-11 | | -|stringi |1.7.12 |1.7.12 | | -|stringr |1.5.0 |1.5.0 | | -|terra |1.7-18 |1.7-18 | | -|tibble |3.2.0 |3.2.0 | | -|tidyr |1.3.0 |1.3.0 | | -|tidyselect |1.2.0 |1.2.0 | | -|units |0.8-1 |0.8-1 | | -|utf8 |1.2.3 |1.2.3 | | -|vctrs |0.6.0 |0.6.0 | | -|viridisLite |0.4.1 |0.4.1 | | -|withr |2.5.0 |2.5.0 | | -|wk |0.7.1 |0.7.1 | | +|package |old |new |Δ | +|:------------|:------|:------|:--| +|tidyterra |0.3.2 |0.4.0 |* | +|classInt |0.4-9 |0.4-9 | | +|cli |3.6.0 |3.6.0 | | +|colorspace |2.1-0 |2.1-0 | | +|cpp11 |0.4.3 |0.4.3 | | +|data.table |1.14.8 |1.14.8 | | +|DBI |1.1.3 |1.1.3 | | +|dplyr |1.1.0 |1.1.0 | | +|e1071 |1.7-13 |1.7-13 | | +|fansi |1.0.4 |1.0.4 | | +|farver |2.1.1 |2.1.1 | | +|generics |0.1.3 |0.1.3 | | +|ggplot2 |3.4.1 |3.4.1 | | +|glue |1.6.2 |1.6.2 | | +|gtable |0.3.1 |0.3.1 | | +|isoband |0.2.7 |0.2.7 | | +|labeling |0.4.2 |0.4.2 | | +|lifecycle |1.0.3 |1.0.3 | | +|magrittr |2.0.3 |2.0.3 | | +|munsell |0.5.0 |0.5.0 | | +|pillar |1.8.1 |1.8.1 | | +|pkgconfig |2.0.3 |2.0.3 | | +|proxy |0.4-27 |0.4-27 | | +|purrr |1.0.1 |1.0.1 | | +|R6 |2.5.1 |2.5.1 | | +|RColorBrewer |1.1-3 |1.1-3 | | +|Rcpp |1.0.10 |1.0.10 | | +|rlang |1.1.0 |1.1.0 | | +|s2 |1.1.2 |1.1.2 | | +|scales |1.2.1 |1.2.1 | | +|sf |1.0-11 |1.0-11 | | +|stringi |1.7.12 |1.7.12 | | +|stringr |1.5.0 |1.5.0 | | +|terra |1.7-18 |1.7-18 | | +|tibble |3.2.0 |3.2.0 | | +|tidyr |1.3.0 |1.3.0 | | +|tidyselect |1.2.0 |1.2.0 | | +|units |0.8-1 |0.8-1 | | +|utf8 |1.2.3 |1.2.3 | | +|vctrs |0.6.0 |0.6.0 | | +|viridisLite |0.4.1 |0.4.1 | | +|withr |2.5.0 |2.5.0 | | +|wk |0.7.1 |0.7.1 | | # Revdeps -## Failed to check (3) - -|package |version |error |warning |note | -|:---------|:-------|:-----|:-------|:----| -|biomod2 |4.2-2 |1 | | | -|mapSpain |0.7.0 |1 | |1 | -|sparrpowR |0.2.7 |1 | | | - diff --git a/revdep/cran.md b/revdep/cran.md index cb4fb435..7bdf5de9 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -We checked 7 reverse dependencies (0 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. +We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages diff --git a/revdep/failures.md b/revdep/failures.md index be58ed57..9a207363 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1,62 +1 @@ -# biomod2 - -
- -* Version: 4.2-2 -* GitHub: https://github.com/biomodhub/biomod2 -* Source code: https://github.com/cran/biomod2 -* Date/Publication: 2023-01-16 19:20:14 UTC -* Number of recursive dependencies: 223 - -Run `revdepcheck::revdep_details(, "biomod2")` for more info - -
- -## In both - -* R CMD check timed out - - -# mapSpain - -
- -* Version: 0.7.0 -* GitHub: https://github.com/rOpenSpain/mapSpain -* Source code: https://github.com/cran/mapSpain -* Date/Publication: 2022-12-22 21:40:02 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::revdep_details(, "mapSpain")` for more info - -
- -## In both - -* R CMD check timed out - - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 13138 marked UTF-8 strings - ``` - -# sparrpowR - -
- -* Version: 0.2.7 -* GitHub: https://github.com/machiela-lab/sparrpowR -* Source code: https://github.com/cran/sparrpowR -* Date/Publication: 2023-02-02 01:00:02 UTC -* Number of recursive dependencies: 133 - -Run `revdepcheck::revdep_details(, "sparrpowR")` for more info - -
- -## In both - -* R CMD check timed out - - +*Wow, no problems at all. :)* \ No newline at end of file