From 3dbb6687034c8bb1150a619c926c14a06f5c5c0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:19:11 +0000 Subject: [PATCH] Update docs with pkgdev --- CITATION.cff | 11 +++++++++-- README.md | 3 +++ codemeta.json | 4 ++-- inst/schemaorg.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 168098da..3906ff06 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.5.0 +version: 0.5.0.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 @@ -87,6 +87,9 @@ references: url: https://r-datatable.com repository: https://CRAN.R-project.org/package=data.table authors: + - family-names: Barrett + given-names: Tyson + email: t.barrett88@gmail.com - family-names: Dowle given-names: Matt email: mattjdowle@gmail.com @@ -192,7 +195,11 @@ references: authors: - family-names: Wickham given-names: Hadley - email: hadley@rstudio.com + email: hadley@posit.co + - family-names: Pedersen + given-names: Thomas Lin + email: thomas.pedersen@posit.co + orcid: https://orcid.org/0000-0002-5147-4711 - family-names: Seidel given-names: Dana year: '2023' diff --git a/README.md b/README.md index 112c45de..ac61f056 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ 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: diff --git a/codemeta.json b/codemeta.json index 9233b6a1..75722b19 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/dieghernan/tidyterra", "issueTracker": "https://github.com/dieghernan/tidyterra/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.5.0", + "version": "0.5.0.9000", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -308,7 +308,7 @@ "SystemRequirements": null }, "keywords": ["r", "terra", "ggplot-extension", "r-spatial", "rspatial", "r-package", "rstats", "rstats-package", "cran", "cran-r"], - "fileSize": "3442.505KB", + "fileSize": "3445.592KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 9722752c..ec57ad10 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -39,5 +39,5 @@ "url": "https://cran.r-project.org" }, "runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)", - "version": "0.5.0" + "version": "0.5.0.9000" }