-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
57 lines (57 loc) · 1.69 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
Type: Package
Package: BRCindicators
Title: Creating multispecies biodiversity indicators
Version: 1.3.7
Date: 2021-05-24
Authors@R: c(
person("Dylan", "Carbone", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-5290-786X")),
person("Tom", "August", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1116-3385")),
person("Gary", "Powney", role = "aut",
comment = c(ORCID = "0000-0003-3313-7786")),
person("Charlie", "Outhwaite", role = "aut",
comment = c(ORCID = "0000-0001-9997-6780")),
person("Jack", "Hatfield", role = "aut",
comment = c(ORCID = "0000-0002-6361-0629")),
person("Mark", "Logie", role = "aut",
comment = c(ORCID = "0000-0003-0840-9575")),
person("Stephen", "Freeman", role = "aut"),
person("Nick", "Isaac", role = "aut",
comment = c(ORCID = "0000-0002-4869-8052"))
)
Maintainer: Dylan Carbone <[email protected]>
Description: This package contains a number of functions used to create
biodiversity indicators.
License: GPL-3
URL: https://github.com/BiologicalRecordsCentre/BRCindicators
BugReports:
https://github.com/BiologicalRecordsCentre/BRCindicators/issues
Depends:
R (>= 3.5.0)
Imports:
boot,
car,
coda,
ggplot2,
mgcv,
mockery,
RColorBrewer,
reshape2,
jagsUI,
runjags
Suggests:
covr,
knitr,
rmarkdown,
snowfall,
sparta,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
remotes: BiologicalRecordsCentre/sparta
RoxygenNote: 7.3.1
SystemRequirements: JAGS
(https://sourceforge.net/projects/mcmc-jags/files/JAGS/)