Package: cubble
Title: A Vector Spatio-Temporal Data Structure for Data Analysis
Version: 0.2.0
Authors@R: c(
    person("H. Sherry","Zhang", email = "huize.zhang@monash.edu", 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@monash.edu", 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.
License: MIT + file LICENSE
Language: au
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports: cli, dplyr, geosphere, ggplot2, glue, lubridate, ncdf4,
        pillar, rlang, sf, stringr, tibble, tidyr, tidyselect, tsibble,
        vctrs
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), ozmaps, GGally,
        ggrepel, ggforce, purrr, stars, units, leaflet, plotly,
        crosstalk, concaveman, colorspace, vdiffr
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Config/testthat/edition: 3
URL: https://github.com/huizezhang-sherry/cubble
BugReports: https://github.com/huizezhang-sherry/cubble/issues
NeedsCompilation: no
Packaged: 2022-11-17 04:31:45 UTC; hzha400
Author: H. Sherry Zhang [aut, cre] (<https://orcid.org/0000-0002-7122-1463>),
  Dianne Cook [aut] (<https://orcid.org/0000-0002-3813-7155>),
  Ursula Laa [aut] (<https://orcid.org/0000-0002-0249-6439>),
  Nicolas Langrené [aut] (<https://orcid.org/0000-0001-7601-4618>),
  Patricia Menéndez [aut] (<https://orcid.org/0000-0003-0701-6315>)
Maintainer: H. Sherry Zhang <huize.zhang@monash.edu>
Repository: CRAN
Date/Publication: 2022-11-17 12:30:02 UTC
