Package: cubble
Title: A Vector Spatio-Temporal Data Structure for Data Analysis
Version: 0.1.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.1.2
Imports: cli, clipr, dplyr, geosphere, ggplot2, glue, lubridate, ncdf4,
        pillar, rlang, sf, stringr, styler, tibble, tidyr, tidyselect,
        tsibble, vctrs, whisker
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), rmapshaper, ozmaps,
        GGally, rnoaa, ggrepel, ggforce, purrr
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-04-21 13:28:16 UTC; sherryzhang
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-04-22 09:20:05 UTC
