-
-
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.
Merge pull request #55 from dieghernan/backtocran
Prepare for CRAN
- Loading branch information
Showing
44 changed files
with
399 additions
and
286 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 |
---|---|---|
|
@@ -7,8 +7,8 @@ cff-version: 1.2.0 | |
message: 'To cite package "tidyterra" in publications use:' | ||
type: software | ||
license: MIT | ||
title: 'tidyterra: ''tidyverse'' Methods and ''ggplot2'' Utils for ''terra'' Objects' | ||
version: 0.2.2.9000 | ||
title: 'tidyterra: ''tidyverse'' Methods and ''ggplot2'' Helpers for ''terra'' Objects' | ||
version: 0.3.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 | ||
|
@@ -20,20 +20,19 @@ authors: | |
orcid: https://orcid.org/0000-0001-8457-4658 | ||
preferred-citation: | ||
type: manual | ||
title: 'tidyterra: tidyverse Methods and ggplot2 Utils for terra Objects' | ||
title: 'tidyterra: tidyverse Methods and ggplot2 Helpers for terra Objects' | ||
authors: | ||
- family-names: Hernangómez | ||
given-names: Diego | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
doi: 10.5281/zenodo.6572471 | ||
year: '2022' | ||
version: 0.2.2.9000 | ||
version: 0.3.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. | ||
repository: https://CRAN.R-project.org/package=tidyterra | ||
repository-code: https://github.com/dieghernan/tidyterra | ||
url: https://dieghernan.github.io/tidyterra/ | ||
contact: | ||
|
@@ -53,26 +52,6 @@ keywords: | |
- rstats-package | ||
- terra | ||
references: | ||
- type: software | ||
title: dplyr | ||
abstract: 'dplyr: A Grammar of Data Manipulation' | ||
notes: Depends | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
- family-names: François | ||
given-names: Romain | ||
orcid: https://orcid.org/0000-0002-2444-4226 | ||
- family-names: Henry | ||
given-names: Lionel | ||
- family-names: Müller | ||
given-names: Kirill | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=dplyr | ||
version: '>= 1.0.0' | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
notes: Depends | ||
|
@@ -85,33 +64,6 @@ references: | |
institution: | ||
name: R Foundation for Statistical Computing | ||
version: '>= 3.6.0' | ||
- type: software | ||
title: tibble | ||
abstract: 'tibble: Simple Data Frames' | ||
notes: Depends | ||
authors: | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=tibble | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: tidyr | ||
abstract: 'tidyr: Tidy Messy Data' | ||
notes: Depends | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Girlich | ||
given-names: Maximilian | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=tidyr | ||
version: '>= 1.0.0' | ||
- type: software | ||
title: cli | ||
abstract: 'cli: Helpers for Developing Command Line Interfaces' | ||
|
@@ -146,6 +98,26 @@ references: | |
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=data.table | ||
- type: software | ||
title: dplyr | ||
abstract: 'dplyr: A Grammar of Data Manipulation' | ||
notes: Imports | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
- family-names: François | ||
given-names: Romain | ||
orcid: https://orcid.org/0000-0002-2444-4226 | ||
- family-names: Henry | ||
given-names: Lionel | ||
- family-names: Müller | ||
given-names: Kirill | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=dplyr | ||
version: '>= 1.0.0' | ||
- type: software | ||
title: ggplot2 | ||
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics' | ||
|
@@ -243,6 +215,33 @@ references: | |
year: '2022' | ||
url: https://CRAN.R-project.org/package=terra | ||
version: '>= 1.5-12' | ||
- type: software | ||
title: tibble | ||
abstract: 'tibble: Simple Data Frames' | ||
notes: Imports | ||
authors: | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=tibble | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: tidyr | ||
abstract: 'tidyr: Tidy Messy Data' | ||
notes: Imports | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Girlich | ||
given-names: Maximilian | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=tidyr | ||
version: '>= 1.0.0' | ||
- type: software | ||
title: isoband | ||
abstract: 'isoband: Generate Isolines and Isobands from Regularly Spaced Elevation | ||
|
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' Utils for 'terra' Objects | ||
Version: 0.2.2.9000 | ||
Title: 'tidyverse' Methods and 'ggplot2' Helpers for 'terra' Objects | ||
Version: 0.3.0 | ||
Authors@R: c( | ||
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0001-8457-4658")), | ||
|
@@ -18,20 +18,20 @@ URL: https://dieghernan.github.io/tidyterra/, | |
https://github.com/dieghernan/tidyterra | ||
BugReports: https://github.com/dieghernan/tidyterra/issues | ||
Depends: | ||
dplyr (>= 1.0.0), | ||
R (>= 3.6.0), | ||
tibble (>= 3.0.0), | ||
tidyr (>= 1.0.0) | ||
R (>= 3.6.0) | ||
Imports: | ||
cli (>= 3.0.0), | ||
crayon, | ||
data.table, | ||
dplyr (>= 1.0.0), | ||
ggplot2 (>= 3.1.0), | ||
magrittr, | ||
rlang, | ||
scales, | ||
sf (>= 1.0.0), | ||
terra (>= 1.5-12) | ||
terra (>= 1.5-12), | ||
tibble (>= 3.0.0), | ||
tidyr (>= 1.0.0) | ||
Suggests: | ||
isoband, | ||
knitr, | ||
|
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.