-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.34 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
Package: ConR
Type: Package
Title: Computation of Parameters Used in Preliminary Assessment of Species Conservation Status
Version: 2.1
Maintainer: Gilles Dauby <gildauby@gmail.com>
Description: Multi-species estimation of biological indicators of populations used
for the preliminary assessment of conservation status following the Red List
Criteria A, B, C and D of the International Union for Conservation of Nature
(IUCN).
Depends:
R (>= 4.0)
License: GPL-2
Imports:
fields,
grDevices,
methods,
tibble,
doSNOW,
foreach,
rnaturalearth,
sf,
stars,
nls.multstart,
segmented,
lifecycle,
FuzzyNumbers.Ext.2,
stringr,
dplyr,
graphics,
stats,
utils,
data.table,
terra,
units
LazyData: true
Suggests:
rmarkdown,
testthat,
rnaturalearthdata,
alphahull,
knitr,
lwgeom,
rmapshaper
Encoding: UTF-8
URL: https://gdauby.github.io/ConR/
BugReports: https://github.com/gdauby/ConR/issues
RoxygenNote: 7.2.3
Authors@R: c(
person("Gilles Dauby", role = c("cre", "aut"),
email = "gildauby@gmail.com",
comment = c(ORCID = "0000-0002-9498-413X")),
person("Renato A. Ferreira de Lima", role = c("aut"),
email = "raflima@usp.br",
comment = c(ORCID = "0000-0002-1048-0138")))
RdMacros:
lifecycle
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr