-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
70 lines (70 loc) · 1.61 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
59
60
61
62
63
64
65
66
67
68
69
70
Package: pipedat
Title: Pipelines to Access, Load, and Format Data from Various Sources
Version: 0.0.0.9000
Authors@R:
person(given = "David",
family = "Beauchesne",
role = c("aut", "cre"),
email = "david.beauchesne@hotmail.com",
comment = c(ORCID = "0000-0002-3590-8161"))
Description: This package provides pipelines to access, load, and format
a variety of data from multiple sources programatically. The intent of
this package is to support the varying projects undertaken under the
umbrella project Ecosystem Assessments. Certain datasets are directly
accessed through APIs and open data portals, while others require a
local copy of the raw data for varying reasons such as data whose
distribution is limited or protected by data sharing agreements.
License: MIT + file LICENSE
URL: https://github.com/david-beauchesne/pipedat
BugReports: https://github.com/david-beauchesne/pipedat/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Depends:
R (>= 3.3.0)
Imports:
archive,
bookdown,
cli,
crayon,
curl,
dplyr,
glue,
grDevices,
here,
ids,
RefManageR,
rgovcan,
rlang,
rmarkdown,
sf,
stars,
stringr,
terra,
tools,
utils,
vroom,
yaml
Suggests:
eaMethods,
fasterize,
fs,
geojsonsf,
graphics,
knitr,
latex2exp,
purrr,
raster,
readr,
R.utils,
sdmpredictors,
stats,
testthat (>= 3.0.0),
tidyr,
usethis,
uuid,
viridis,
whisker,
XML