Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Aug 27, 2024
1 parent 12e62f9 commit bb47a74
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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")),
person("Ursula", "Laa", email = "ursula.laa@boku.ac.at", role = "aut", comment = c(ORCID = "0000-0002-0249-6439")),
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: <doi:10.18637/jss.v110.i07>.
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: <doi:10.18637/jss.v110.i07>.
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion man/cubble-package.Rd

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

28 changes: 28 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
2 changes: 1 addition & 1 deletion vignettes/cb1class.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cb2create.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cb3tsibblesf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cb4glyph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cb5match.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cb6interactive.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cb7misc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down

0 comments on commit bb47a74

Please sign in to comment.