-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.73 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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: <doi:10.18637/jss.v110.i07>.
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 (>= 3.5.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