-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 971 Bytes
/
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
Package: post
Title: Polygon changes in space and time
Version: 0.0.0.9000
Authors@R:
person("Lorena", "Abad", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0554-734X"))
Description: Provides array and tabular vector data cube structures,
in the form of classes and functions to organise and analyse polygons that
change their shape in space and time.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true
Imports:
cli,
cubble (>= 0.3.2),
dplyr,
rlang (>= 1.1.4),
sf (>= 1.0.17),
stars (>= 0.6-7),
tidyr,
tsibble
Remotes:
huizezhang-sherry/cubble,
r-spatial/sf,
r-spatial/stars
URL: https://loreabad6.github.io/post/
Suggests:
cubelyr,
knitr,
quarto,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
knitr,
quarto
Config/testthat/edition: 3