forked from brunobrr/bdc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
80 lines (80 loc) · 2 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
71
72
73
74
75
76
77
78
79
80
Package: bdc
Title: Biodiversity data cleaning
Version: 0.0.1
Authors@R:
c(person(given = "Bruno",
family = "Ribeiro",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7755-6715")),
person(given = "Geiziane",
family = "Tessarolo",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1361-0062")),
person(given = "Santiago",
family = "Velazco",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7527-0967")),
person(given = "Lucas",
family = "Jardim",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2602-5575")),
person(given = "Karlo",
family = "Guidoni-Martins",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8458-8467")),
person(given = "Rafael",
family = "Loyola",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5323-2735")),
person(given = "Steven",
family = "Bachman",
role = "ctb",
email = "[email protected] ",
comment = c(ORCID = "0000-0003-1085-6075")))
Description: Easily clean up biodiversity data.
License: GPL (>= 3)
Imports:
CoordinateCleaner,
countrycode,
data.table,
doParallel,
dplyr,
foreach,
fs,
here,
knitr,
magrittr,
plyr,
purrr,
qs,
rangeBuilder,
raster,
rgnparser,
rlang,
sf,
sp,
stringdist,
stringi,
stringr,
taxadb,
tibble,
tidyselect,
vroom
Suggests:
readr,
rnaturalearth,
rvest,
testthat,
xml2,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1