-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add new FAQ * First stub * Fix external package * Start preparing new version * Update docs with pkgdev * Update FAQs * Improve funs * tests and checks * Update tests and functions * Update docs with pkgdev * Add tests * Documentation * Add test for keeping coltabs * Add more tests * Fix tests * Add snapshots * Update docs with pkgdev * Create wipe-cache.yaml * revdepcheck * Small typo * Rebuild docs * revdepcheck * Enhance glimpse * Complete glimpse * Update docs with pkgdev * Improve printing * Improve glimpse * Update up to autoplot * Update all but plotting funs * Continue migrating * Update template * Fix references * Add authors * Delete extra * Rebase test_cli (#100) * Update template * Fix references * Add authors * Update docs with pkgdev * End cli migration * Add auto dev * Update docs with pkgdev * revdepcheck * revdepcheck * Update docs with pkgdev * Add more references * Update docs with pkgdev * Update pkgdown , etc. * Update docs with pkgdev * Add In the wild article * Improve docs * Add more pubs * Add more references * Add j lacko * Update docs with pkgdev * Add new article * Fix citation * Add more * Start cleaning * [ImgBot] Optimize images *Total -- 5,967.86kb -> 5,739.73kb (3.82%) /vignettes/lux_ggplot-1.png -- 55.04kb -> 45.03kb (18.19%) /vignettes/contourfilled-1.png -- 76.71kb -> 63.99kb (16.59%) /vignettes/aggregate-2.png -- 50.62kb -> 42.62kb (15.8%) /vignettes/aggregate-1.png -- 38.90kb -> 33.88kb (12.9%) /img/README-spatvec-1.png -- 171.66kb -> 151.26kb (11.88%) /img/README-hypso-1.png -- 227.49kb -> 201.32kb (11.51%) /img/README-example-tile-2.png -- 1,841.75kb -> 1,780.17kb (3.34%) /img/README-example-tile-1.png -- 1,342.09kb -> 1,301.47kb (3.03%) /vignettes/spatraster-example-1.png -- 165.34kb -> 160.38kb (3%) /img/spatraster-example-1.png -- 165.34kb -> 160.38kb (3%) /img/README-example-temp-1.png -- 165.34kb -> 160.38kb (3%) /vignettes/faceted-1.png -- 45.08kb -> 43.93kb (2.56%) /vignettes/contourlines-1.png -- 206.18kb -> 201.09kb (2.47%) /img/README-hypso-2.png -- 327.35kb -> 319.85kb (2.29%) /img/README-example-temp-2.png -- 245.70kb -> 240.50kb (2.11%) /vignettes/rgb-1.png -- 287.13kb -> 282.81kb (1.51%) /vignettes/rgb-2.png -- 348.19kb -> 344.54kb (1.05%) /vignettes/hypso-1.png -- 207.95kb -> 206.11kb (0.89%) Signed-off-by: ImgBotApp <[email protected]> * Update codefactor * Update docs with pkgdev * Improve codefactor and lint * Dedupe badges * Improve docs * Update docs with pkgdev * Add examples and references * Add new reference * Update snapshots as they changed due to new version of testthat * Make get_coltab_pal robust when layers does not have a unique name * Update tests and R local version * Add JOSS data * Update docs with pkgdev * Update issn and header * Update docs with pkgdev --------- Signed-off-by: ImgBotApp <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Diego H <[email protected]> Co-authored-by: Enrico Spinielli <[email protected]> Co-authored-by: ImgBotApp <[email protected]>
- Loading branch information
1 parent
f220de6
commit 6d868b6
Showing
278 changed files
with
18,314 additions
and
2,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
local::. | ||
any::pkgdown | ||
any::metR | ||
Nowosad/spDataLarge | ||
needs: website | ||
|
||
- name: Deploy package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ message: 'To cite package "tidyterra" in publications use:' | |
type: software | ||
license: MIT | ||
title: 'tidyterra: ''tidyverse'' Methods and ''ggplot2'' Helpers for ''terra'' Objects' | ||
version: 0.4.1 | ||
doi: 10.5281/zenodo.6572471 | ||
version: 0.4.1.9000 | ||
doi: 10.21105/joss.05751 | ||
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'. | ||
|
@@ -19,20 +19,23 @@ authors: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
preferred-citation: | ||
type: manual | ||
type: article | ||
title: 'Using the tidyverse with terra objects: the tidyterra package' | ||
authors: | ||
- family-names: Hernangómez | ||
given-names: Diego | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
doi: 10.5281/zenodo.6572471 | ||
doi: 10.21105/joss.05751 | ||
year: '2023' | ||
version: 0.4.1 | ||
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. | ||
url: https://doi.org/10.21105/joss.05751 | ||
publisher: | ||
name: The Open Journal | ||
volume: '8' | ||
issue: '91' | ||
journal: Journal of Open Source Software | ||
issn: 2475-9066 | ||
start: '5751' | ||
repository: https://CRAN.R-project.org/package=tidyterra | ||
repository-code: https://github.com/dieghernan/tidyterra | ||
url: https://dieghernan.github.io/tidyterra/ | ||
|
@@ -42,16 +45,16 @@ contact: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
keywords: | ||
- cran | ||
- cran-r | ||
- ggplot-extension | ||
- r | ||
- r-package | ||
- terra | ||
- ggplot-extension | ||
- r-spatial | ||
- rspatial | ||
- cran | ||
- cran-r | ||
- r-package | ||
- rstats | ||
- rstats-package | ||
- terra | ||
references: | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
|
@@ -294,10 +297,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 | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
year: '2023' | ||
- type: software | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.4.1 | ||
Version: 0.4.1.9000 | ||
Authors@R: c( | ||
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0001-8457-4658")), | ||
|
@@ -43,10 +43,12 @@ Suggests: | |
VignetteBuilder: | ||
knitr | ||
Config/Needs/coverage: covr | ||
Config/Needs/website: geodata, metR, dieghernan/gitdevr, ragg, styler | ||
Config/Needs/website: geodata, metR, dieghernan/gitdevr, ragg, styler, | ||
Nowosad/spDataLarge, ggspatial | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: true | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
X-schema.org-keywords: r, terra, ggplot-extension, r-spatial, rspatial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.