-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.05 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
Package: R2ucare
Authors@R:
c(person(given = "Olivier",
family = "Gimenez",
role = c("aut", "cre"),
email = "olivier.gimenez@cefe.cnrs.fr",
comment = c(ORCID = "0000-0001-7001-5142")),
person(given = "Jean-Dominique",
family = "Lebreton",
role = "ctb"),
person(given = "Remi",
family = "Choquet",
role = "ctb"),
person(given = "Roger",
family = "Pradel",
role = "ctb"))
License: GPL (>= 2)
Title: Goodness-of-Fit Tests for Capture-Recapture Models
Description: Performs goodness-of-fit tests for capture-recapture models as
described by Gimenez et al. (2018) <doi:10.1111/2041-210X.13014>.
Also contains several functions to process capture-recapture data.
Version: 1.0.2
URL: https://github.com/oliviergimenez/R2ucare
Depends: R (>= 3.3.0)
Suggests: knitr, rmarkdown,
testthat
Imports: stringr, RMark, stats, utils
Encoding: UTF-8
RoxygenNote: 7.2.0
VignetteBuilder: knitr
BugReports: https://github.com/oliviergimenez/R2ucare/issues