-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.33 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
Type: Package
Package: raretrans
Title: Bayesian Priors for Matrix Population Models
Version: 1.0.1.9000
Authors@R:
c(person(given = "Andrew",
family = "Tyre",
role = "cre",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9736-641X")),
person(given = "Raymond",
family = "Tremblay",
role = "aut",
email = "[email protected]"),
person(given = "Maria-Eglee",
family = "Perez",
role = "aut",
email = "[email protected]"),
person(given = "Sasha",
family = "Tenhumberg",
role = "ctb"))
Description: Functions to create matrix population models from a
combination of data on stage/age transitions and Bayesian prior
information. This compensates for structural problems caused by
missing observations of rare transitions.
License: MIT + file LICENSE
URL: https://atyre2.github.io/raretrans/,
https://github.com/atyre2/raretrans
BugReports: https://github.com/atyre2/raretrans/issues
Depends:
R (>= 3.5)
Imports:
dplyr,
popbio,
stats
Suggests:
covr,
gridExtra,
knitr,
MultinomialCI,
popdemo,
rmarkdown,
testthat,
tidyverse
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1