From bb47a74320392e210e4e5823128634697bedf633 Mon Sep 17 00:00:00 2001 From: huizezhang-sherry Date: Tue, 27 Aug 2024 15:51:42 +0200 Subject: [PATCH] small updates --- DESCRIPTION | 4 ++-- NEWS.md | 2 ++ cran-comments.md | 1 + man/cubble-package.Rd | 2 +- revdep/README.md | 28 ++++++++++++++++++++++++++++ revdep/cran.md | 7 +++++++ revdep/failures.md | 1 + revdep/problems.md | 1 + vignettes/cb1class.Rmd | 2 +- vignettes/cb2create.Rmd | 2 +- vignettes/cb3tsibblesf.Rmd | 2 +- vignettes/cb4glyph.Rmd | 2 +- vignettes/cb5match.Rmd | 2 +- vignettes/cb6interactive.Rmd | 2 +- vignettes/cb7misc.Rmd | 2 +- 15 files changed, 50 insertions(+), 10 deletions(-) create mode 100644 revdep/README.md create mode 100644 revdep/cran.md create mode 100644 revdep/failures.md create mode 100644 revdep/problems.md diff --git a/DESCRIPTION b/DESCRIPTION index 8f27e569..bd4143f9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cubble Title: A Vector Spatio-Temporal Data Structure for Data Analysis -Version: 0.3.2 +Version: 1.0.0 Authors@R: c( person("H. Sherry","Zhang", email = "huizezhangsh@gmail.com", role = c("aut","cre"), comment = c(ORCID = "0000-0002-7122-1463")), person("Dianne", "Cook", email = "dicook@monash.edu", role = "aut", comment = c(ORCID = "0000-0002-3813-7155")), @@ -8,7 +8,7 @@ Authors@R: c( person("Nicolas", "Langrené", email = "nicolas.langrene@csiro.au", role = "aut", comment = c(ORCID = "0000-0001-7601-4618")), person("Patricia", "Menéndez", email = "patricia.menendez@unimelb.edu.au", role = "aut", comment = c(ORCID = "0000-0003-0701-6315")) ) -Description: A spatiotemperal data object in a relational data structure to separate the recording of time variant/ invariant variables: . +Description: A spatiotemperal data object in a relational data structure to separate the recording of time variant/ invariant variables. See the Journal of Statistical Software reference: . License: MIT + file LICENSE Language: en-US Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 84d01340..4dd8d474 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ +# cubble 1.0.0 +* version update for JSS publication * fix the `st_transformation` on `spatial_cubble_df` (#32) # cubble 0.3.2 diff --git a/cran-comments.md b/cran-comments.md index b0e71b7e..e6653a62 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -4,3 +4,4 @@ R CMD check succeeded +The DOI in the CITATION is for a new JSS publication that will be registered after publication on CRAN. diff --git a/man/cubble-package.Rd b/man/cubble-package.Rd index fa4fc1ea..99870773 100644 --- a/man/cubble-package.Rd +++ b/man/cubble-package.Rd @@ -7,7 +7,7 @@ \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -A spatiotemperal data object in a relational data structure to separate the recording of time variant/ invariant variables: \doi{10.18637/jss.v110.i07}. +A spatiotemperal data object in a relational data structure to separate the recording of time variant/ invariant variables. See the Journal of Statistical Software reference: \doi{10.18637/jss.v110.i07}. } \seealso{ Useful links: diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 00000000..ec8478ca --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,28 @@ +# Platform + +|field |value | +|:--------|:------------------------------------------| +|version |R version 4.4.1 (2024-06-14) | +|os |macOS Sonoma 14.4 | +|system |aarch64, darwin20 | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |Europe/Berlin | +|date |2024-08-27 | +|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) | +|pandoc |3.2.1 @ /opt/homebrew/bin/ (via rmarkdown) | + +# Dependencies + +|package |old |new |Δ | +|:----------|:-----|:-----|:--| +|cubble |0.3.2 |1.0.0 |* | +|colorspace |NA |2.1-1 |* | +|cpp11 |NA |0.5.0 |* | +|ncdf4 |NA |1.23 |* | +|withr |NA |3.0.1 |* | + +# Revdeps + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 00000000..782ef684 --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 1 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 new file mode 100644 index 00000000..9a207363 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 00000000..9a207363 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/vignettes/cb1class.Rmd b/vignettes/cb1class.Rmd index e7205d69..f0a0f307 100644 --- a/vignettes/cb1class.Rmd +++ b/vignettes/cb1class.Rmd @@ -2,7 +2,7 @@ title: "1. The cubble class" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{class} + %\VignetteIndexEntry{1. class description} %\VignetteEngine{knitr::rmarkdown} %\usepackage[utf8]{inputenc} --- diff --git a/vignettes/cb2create.Rmd b/vignettes/cb2create.Rmd index ce17d7ac..fde2d28d 100644 --- a/vignettes/cb2create.Rmd +++ b/vignettes/cb2create.Rmd @@ -2,7 +2,7 @@ title: "2. Creation and coercion" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{2. create} + %\VignetteIndexEntry{2. create a cubble object} %\VignetteEngine{knitr::rmarkdown} %\usepackage[utf8]{inputenc} --- diff --git a/vignettes/cb3tsibblesf.Rmd b/vignettes/cb3tsibblesf.Rmd index dd9887be..797f772e 100644 --- a/vignettes/cb3tsibblesf.Rmd +++ b/vignettes/cb3tsibblesf.Rmd @@ -3,7 +3,7 @@ title: "3. Compatibility with tsibble and sf" output: rmarkdown::html_vignette bibliography: '`r system.file("reference.bib", package = "cubble")`' vignette: > - %\VignetteIndexEntry{cb3tsibblesf} + %\VignetteIndexEntry{3. work with tsibble and sf} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- diff --git a/vignettes/cb4glyph.Rmd b/vignettes/cb4glyph.Rmd index 32aa2486..48d8cc8a 100644 --- a/vignettes/cb4glyph.Rmd +++ b/vignettes/cb4glyph.Rmd @@ -3,7 +3,7 @@ title: "4. Making a glyph map" output: rmarkdown::html_vignette bibliography: '`r system.file("reference.bib", package = "cubble")`' vignette: > - %\VignetteIndexEntry{4. glyph} + %\VignetteIndexEntry{4. making glyph maps} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- diff --git a/vignettes/cb5match.Rmd b/vignettes/cb5match.Rmd index b5922ebc..37f5a7ee 100644 --- a/vignettes/cb5match.Rmd +++ b/vignettes/cb5match.Rmd @@ -2,7 +2,7 @@ title: "5. Matching different data sources" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{5matching} + %\VignetteIndexEntry{5. matching multiple data sources} %\VignetteEngine{knitr::rmarkdown} %\usepackage[utf8]{inputenc} --- diff --git a/vignettes/cb6interactive.Rmd b/vignettes/cb6interactive.Rmd index 1af7ddda..f7e9e57d 100644 --- a/vignettes/cb6interactive.Rmd +++ b/vignettes/cb6interactive.Rmd @@ -2,7 +2,7 @@ title: "6. Interactive graphics" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{interactive-vis} + %\VignetteIndexEntry{6. interactive graphics with cubble} %\VignetteEngine{knitr::rmarkdown} %\usepackage[utf8]{inputenc} --- diff --git a/vignettes/cb7misc.Rmd b/vignettes/cb7misc.Rmd index c212c0bb..e0f45e73 100644 --- a/vignettes/cb7misc.Rmd +++ b/vignettes/cb7misc.Rmd @@ -2,7 +2,7 @@ title: "7. Answers to common questions and extra examples" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{cb7misc} + %\VignetteIndexEntry{7. Misc. questions} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} ---