-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
59 lines (59 loc) · 1.53 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
Package: plantR
Version: 0.1.6
Title: Managing Species Records from Biological Collections
Type: Package
Authors@R: c(person("Renato A.", "Ferreira de Lima", role = c("aut", "cre"),
email = "raflima@usp.br",
comment = c(ORCID = "0000-0002-1048-0138")),
person("Sara", "R. Mortara", role = "aut",
email = "saramortara@gmail.com"),
person("Andrea", "Sánchez-Tapia", role = "aut",
email = "andreasancheztapia@gmail.com"))
Author:
Renato A. F. de Lima [aut, cre]
Sara R. Mortara [aut]
Andrea Sánchez-Tapia [aut]
Hans ter Steege [ctb]
Marinez Ferreira de Siqueira [ctb]
Maintainer: Renato A. F. de Lima <raflima@usp.br>
Depends: R (>= 3.5.0)
Description: The package plantR provides tools for
retrieving, processing, cleaning and validating
(plant) species records from biological collections.
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
URL: https://github.com/LimaRAF/plantR
BugReports: https://github.com/LimaRAF/plantR/issues
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
VignetteBuilder: knitr
Imports:
countrycode,
data.table,
dplyr,
flora,
igraph,
jsonlite,
knitr,
rgbif,
robustbase,
sf,
spatialrisk,
stringi,
stringr,
Taxonstand (>= 2.3),
tidyr
Suggests:
devtools,
graphics,
grDevices,
remotes,
rmarkdown,
sp,
s2,
stats,
testthat (>= 3.0.0),
utils
Config/testthat/edition: 3