-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
62 lines (62 loc) · 1.22 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
Package: envClean
Title: Clean Biological Data from Large Unstructured Dataset(s)
Version: 0.0.0.9000
Authors@R:
c(
person(given = "Nigel", family = "Willoughby"
, role = c("aut", "cre")
, email = "[email protected]"
),
person(given = "Joel", family = "Allan"
, role = c("aut")
, email = "[email protected]"
),
person(family = "DEW"
, role = "cph"
)
)
Description: Tools to facilitate cleaning tasks associated with records of taxa
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RdMacros: Rdpack
Imports:
classInt,
dplyr,
factoextra,
fs,
ggplot2,
ggridges,
here,
janitor,
magrittr,
purrr,
Rdpack,
rgbif,
rio,
rlang,
rstanarm,
sf,
stats,
stringr,
terra,
tibble,
tidyr,
tidyselect,
tidytext,
tmap
Remotes:
github::acanthiza/envFunc,
github::acanthiza/envRaster,
github::acanthiza/envReport,
github::acanthiza/envEcosystems
URL: https://acanthiza.github.io/envClean/
BugReports: https://github.com/Acanthiza/envClean/issues
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr