Skip to content

Commit

Permalink
Add badges for devel
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 18, 2024
1 parent 05d06d1 commit ce799d7
Show file tree
Hide file tree
Showing 116 changed files with 596 additions and 3,762 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dplyr-readr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '00 14 * * 1,4'
workflow_dispatch:

name: Works with dplyr and readr-devel
name: dev-version dplyr and readr

jobs:
R-CMD-check-dplyr-readr-devel:
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
install.packages(c('dplyr', 'readr'), repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org'))
# Display version
cat("dplyr ", as.character(packageVersion("dplyr")))
cat("readr ", as.character(packageVersion("dplyr")))
cat("\ndplyr ", as.character(packageVersion("dplyr")))
cat("\nreadr ", as.character(packageVersion("readr")))
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-ggplot2-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '00 18 * * 1,4'
workflow_dispatch:

name: Works with ggplot2-devel
name: dev-version ggplot2

jobs:
R-CMD-check-ggplot2-devel:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
install.packages('ggplot2', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org'))
# Display version
cat(as.character(packageVersion("ggplot2")))
cat("ggplot2 ", as.character(packageVersion("ggplot2")))
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-sf-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '00 12 * * 2,5'
workflow_dispatch:

name: Works with sf-devel
name: dev-version sf

jobs:
R-CMD-check-sf-devel:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
install.packages('sf', repos = c('https://r-spatial.r-universe.dev', 'https://cloud.r-project.org'))
# Display version
cat(as.character(packageVersion("sf")))
cat("sf ", as.character(packageVersion("sf")))
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-terra-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '00 11 * * 2,5'
workflow_dispatch:

name: Works with terra-devel
name: dev-version terra

jobs:
R-CMD-check-terra-devel:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
install.packages("terra", dependencies = TRUE)
# Display version
cat(as.character(packageVersion("terra")))
cat("terra ", as.character(packageVersion("terra")))
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2
Expand Down
3 changes: 0 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ references:
- family-names: Dunnington
given-names: Dewey
orcid: https://orcid.org/0000-0002-9415-4582
- family-names: van den Brand
given-names: Teun
orcid: https://orcid.org/0000-0002-9335-7468
year: '2024'
version: '>= 3.1.0'
- type: software
Expand Down
10 changes: 9 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Stack Exchange
questions](https://img.shields.io/stackexchange/stackoverflow/t/tidyterra?logo=stackoverflow&label=stackoverflow%20q%26a)](https://stackoverflow.com/questions/tagged/tidyterra)
[![Works with
terra-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-terra-devel.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-terra-devel.yaml)
[![Works with
sf-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-sf-devel.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-sd-devel.yaml)
[![Works with
ggplot2-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-ggplot2-devel.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-ggplot2-devel.yaml)
[![Works with dplyr and
readr-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-dplyr-readr.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-dplyr-readr.yaml)

<!-- badges: end -->

Expand Down Expand Up @@ -84,7 +92,7 @@ example, `as_tibble()` would return a tibble).
Current methods and functions provided by {tidyterra} are:

| tidyverse method | SpatVector | SpatRaster |
|--------------------|--------------------|---------------------------------------|
|---------------------------------------------|-----------------------------------------------|------------------------------------------------------------------------------------------------|
| `tibble::as_tibble()` | ✔️ | ✔️ |
| `dplyr::select()` | ✔️ | ✔️ Select layers |
| `dplyr::mutate()` | ✔️ | ✔️ Create /modify layers |
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Stack Exchange
questions](https://img.shields.io/stackexchange/stackoverflow/t/tidyterra?logo=stackoverflow&label=stackoverflow%20q%26a)](https://stackoverflow.com/questions/tagged/tidyterra)
[![Works with
terra-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-terra-devel.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-terra-devel.yaml)
[![Works with
sf-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-sf-devel.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-sd-devel.yaml)
[![Works with
ggplot2-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-ggplot2-devel.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-ggplot2-devel.yaml)
[![Works with dplyr and
readr-devel](https://github.com/dieghernan/tidyterra/actions/workflows/check-dplyr-readr.yaml/badge.svg)](https://github.com/dieghernan/tidyterra/actions/workflows/check-dplyr-readr.yaml)

<!-- badges: end -->

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
"SystemRequirements": null
},
"keywords": ["r", "terra", "ggplot-extension", "r-spatial", "rspatial", "r-package", "rstats", "rstats-package", "cran", "cran-r"],
"fileSize": "2732.419KB",
"fileSize": "2732.516KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -340,6 +340,6 @@
],
"releaseNotes": "https://github.com/dieghernan/tidyterra/blob/master/NEWS.md",
"readme": "https://github.com/dieghernan/tidyterra/blob/main/README.md",
"contIntegration": ["https://github.com/dieghernan/tidyterra/actions/workflows/check-full.yaml", "https://app.codecov.io/gh/dieghernan/tidyterra"],
"contIntegration": ["https://github.com/dieghernan/tidyterra/actions/workflows/check-full.yaml", "https://app.codecov.io/gh/dieghernan/tidyterra", "https://github.com/dieghernan/tidyterra/actions/workflows/check-terra-devel.yaml", "https://github.com/dieghernan/tidyterra/actions/workflows/check-sd-devel.yaml", "https://github.com/dieghernan/tidyterra/actions/workflows/check-ggplot2-devel.yaml", "https://github.com/dieghernan/tidyterra/actions/workflows/check-dplyr-readr.yaml"],
"developmentStatus": "https://www.repostatus.org/#active"
}
Binary file modified img/README-example-temp-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions man/scale_cross_blended.Rd

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

4 changes: 1 addition & 3 deletions man/scale_hypso.Rd

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

4 changes: 1 addition & 3 deletions man/scale_terrain.Rd

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

4 changes: 1 addition & 3 deletions man/scale_whitebox.Rd

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

4 changes: 1 addition & 3 deletions man/scale_wiki.Rd

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

18 changes: 9 additions & 9 deletions tests/testthat/_snaps/autoplot-Spat/norgb-01-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions tests/testthat/_snaps/autoplot-Spat/norgb-03-no-facets-auto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ce799d7

Please sign in to comment.