-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 1.86 KB
/
DESCRIPTION
File metadata and controls
70 lines (70 loc) · 1.86 KB
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: plantR
Version: 0.2.1
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"),
person("Mali", "Salles", role = "ctb",
email = "malicsalles@gmail.com"),
person("Guilherme", "Salgado Grittz", role = "ctb",
email = "ggrittz@usp.br"))
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]
Mali Oz Salles [ctb]
Guilherme Salgado Grittz [ctb]
Maintainer: Renato A. Ferreira de Lima <raflima@usp.br>
Depends: R (>= 3.5.0)
Description: The package plantR provides tools for
retrieving, processing, cleaning and validating
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.3.3
VignetteBuilder: knitr
Imports:
countrycode,
data.table,
doSNOW,
dplyr,
foreach,
igraph,
jsonlite,
knitr,
parallel,
rgbif,
robustbase,
sf,
spatialrisk,
stringdist,
stringi,
stringr,
tidyr
Suggests:
covr,
devtools,
graphics,
grDevices,
plantRdata,
remotes,
rmarkdown,
s2,
stats,
testthat (>= 3.0.0),
utils
Remotes:
LimaRAF/plantRdata
Config/testthat/edition: 3