forked from Acanthiza/envImport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.23 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
Package: envImport
Title: Combine Disparate Data Sources
Version: 0.0.0.9000
Authors@R:
person(given = "Nigel",
family = "Willoughby",
role = c("aut", "cre"),
email = "[email protected]")
Description: Tools to help with data preparation for varied environmental
analyses. General workflow is `get_`, `make_` then unite. `get_` functions
retrieve data from external data sources, always saving results to file and
with an absolute minimum of changes to raw data. `make_` functions mung the
results from `get_`. Data source specific munging options are in here.
Finally `unite_data_sources` using a data map.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/Acanthiza/envImport
BugReports: https://github.com/Acanthiza/envImport/issues
Imports:
dplyr,
envClean,
forcats,
fs,
janitor,
lubridate,
magrittr,
purrr,
R.utils,
raster,
rio,
sf,
stats,
stringr,
svSocket,
terra,
threadr (>= 0.9.129),
tibble,
tidyr,
tidyselect
Remotes:
skgrange/threadr,
acanthiza/envClean
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr