-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
46 lines (46 loc) · 996 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
42
43
44
45
46
Package: chewie
Title: A package to efficiently work with GEDI data
Version: 0.1.0
Authors@R:
person("Hugh", "Graham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9451-5010"))
Description: What the package does (one paragraph).
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
arrow,
cli,
curl (>= 5.2.1),
data.table,
dplyr,
getPass,
hdf5r,
lubridate,
purrr,
RcppSimdJson,
rlang,
sf,
wk,
tibble,
mapview,
glue,
utils,
stats
URL: https://github.com/Permian-Global-Research/chewie, https://permian-global-research.github.io/chewie/
BugReports: https://github.com/Permian-Global-Research/chewie/issues
Suggests:
fs,
ggplot2,
knitr,
leaflet,
rmarkdown,
stars,
terra,
testthat (>= 3.0.0),
withr
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3