-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
36 lines (36 loc) · 1.11 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
Package: rbms
Title: Computing generalised abundance indices for butterfly monitoring count data
Version: 1.2.0
Date: 24-07-2024
Authors@R:
c(person(given = "Reto",
family ="Schmucki",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3064-7553")),
person(given = "Colin",
family = "A. Harrower",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-5070-5293")),
person(given = "Emily",
family = "Dennis",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-2692-4415")))
Description: Implementation of the Generalized Abundance Index using the Spline method presented by Dennis et al. 2016. rbms package has been rewritten to increase its functionality and flexibility for end-users.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
URL: https://retoschmucki.github.io/rbms/
BugReports: https://github.com/RetoSchmucki/rbms/issues
LazyData: true
Imports:
mgcv,
data.table,
speedglm
RoxygenNote: 7.3.1
Encoding: UTF-8
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr