-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.07 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
Package: LCr
Type: Package
Title: Generate minimal Least Concern Red List assessments
Version: 0.1.0
Authors@R: c(
person("Steven", "Bachman", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1085-6075")),
person("Matilda", "Brown", email = "[email protected]",
role = c("aut" ), comment = c(ORCID = "0000-0003-2536-8365"))
)
Maintainer: Steven Bachman <[email protected]>
Description: Generate Red List compliant spatial data and minimal Red List assessment documentation for Least Concern species
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/stevenpbachman/LCr, https://stevenpbachman.github.io/LCr/
BugReports: https://github.com/stevenpbachman/LCr/issues
RoxygenNote: 7.3.1
Imports:
CoordinateCleaner (>= 3.0.1),
dplyr,
here,
httr,
jsonlite,
magrittr,
purrr,
remotes,
rgbif,
rWCVP,
sf,
tibble,
tidyr,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder: knitr