-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
57 lines (57 loc) · 1.83 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: sparta
Title: Trend Analysis for Unstructured Data
Version: 0.2.19
Date: 2024-05-29
Authors@R: c(
person("Nick", "Isaac", role = "aut",
comment = c(ORCID = "0000-0002-4869-8052")),
person("Tom", "August", email = "tomaug@ceh.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-1116-3385")),
person("Dylan", "Carbone", email = "dylcar@ceh.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-5290-786X")),
person("Colin", "Harrower", role = "aut",
comment = c(ORCID = "0000-0001-5070-5293")),
person("Jack", "Hatfield", role = "aut",
comment = c(ORCID = "0000-0002-6361-0629")),
person("Mark", "Hill", role = "aut",
comment = c(ORCID = "0000-0002-3323-4458")),
person("Francesca", "Mancini", role = "aut",
comment = c(ORCID = "0000-0003-4085-4978")),
person("Charlie", "Outhwaite", role = "aut",
comment = c(ORCID = "0000-0001-9997-6780")),
person("Gary", "Powney", role = "aut",
comment = c(ORCID = "0000-0003-3313-7786")))
Maintainer: Dylan Carbone <dylcar@ceh.ac.uk>
Description: Methods used to analyse trends in unstructured occurrence
datasets such as those collected by volunteer recording schemes.
License: MIT + file LICENSE
URL: https://github.com/BiologicalRecordsCentre/sparta
BugReports: https://github.com/BiologicalRecordsCentre/sparta/issues
Depends:
lme4 (>= 1.0),
R (>= 3.5.0)
Imports:
boot,
dplyr (>= 0.4.1),
gdata,
ggplot2,
LearnBayes,
plyr,
reshape2,
rmarkdown,
sp,
xfun (>= 0.4.3),
runjags,
R2jags
Suggests:
knitr,
roxygen2,
testthat (>= 0.8.0),
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1
SystemRequirements: JAGS
(https://sourceforge.net/projects/mcmc-jags/files/JAGS/)