Package: cubble Title: A Vector Spatio-Temporal Data Structure for Data Analysis 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. See the Journal of Statistical Software reference: . License: MIT + file LICENSE Language: en-US Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: cli, dplyr, ggplot2, glue, lubridate, ncdf4, rlang, sf, stringr, tibble, tidyr, tidyselect, tsibble, vctrs Suggests: spelling, rmarkdown, knitr, testthat (>= 3.0.0), ozmaps, GGally, ggrepel, ggforce, purrr, stars, units, leaflet, plotly, crosstalk, concaveman, colorspace, vdiffr, sftime, patchwork VignetteBuilder: knitr Depends: R (>= 4.1.0) Config/testthat/edition: 3 URL: https://github.com/huizezhang-sherry/cubble, https://huizezhang-sherry.github.io/cubble/ BugReports: https://github.com/huizezhang-sherry/cubble/issues Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libnetcdf-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://huizezhang-sherry.r-universe.dev Date/Publication: 2024-10-05 14:42:05 UTC RemoteUrl: https://github.com/huizezhang-sherry/cubble RemoteRef: HEAD RemoteSha: edb2d460ad6b5e78690b6315be3eef076dca195d NeedsCompilation: no Packaged: 2026-07-03 08:56:48 UTC; root Author: H. Sherry Zhang [aut, cre] (ORCID: ), Dianne Cook [aut] (ORCID: ), Ursula Laa [aut] (ORCID: ), Nicolas Langrené [aut] (ORCID: ), Patricia Menéndez [aut] (ORCID: ) Maintainer: H. Sherry Zhang