-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.35 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
Package: partR2
Title: Partitioning R2 in GLMMs
Version: 0.9.2
Depends: R (>= 3.5.0)
Authors@R:
c(person(given = "Martin A.",
family = "Stoffel",
role = c("aut", "cre"),
email = "martin.adam.stoffel@gmail.com"),
person(given = "Shinichi",
family = "Nakagawa",
role = c("aut"),
email = "s.nakagawa@unsw.edu.au"),
person(given = "Holger",
family = "Schielzeth",
role = c("aut"),
email = "holger.schielzeth@uni-jena.de"))
Description: Partitioning the R2 of GLMMs into variation explained by each
predictor and combination of predictors using semi-partial (part) R2 and
inclusive R2. Methods are based on the R2 for GLMMs described in
Nakagawa & Schielzeth (2013) and Nakagawa, Johnson & Schielzeth (2017).
License: MIT + file LICENSE
URL: https://github.com/mastoffel/partR2
BugReports: https://github.com/mastoffel/partR2/issues
Imports:
methods,
stats,
lme4 (>= 1.1-21),
pbapply (>= 1.4-2),
dplyr (>= 1.0.0),
purrr (>= 0.3.3),
rlang (>= 0.4.2),
tibble (>= 2.1.3),
magrittr (>= 1.5),
ggplot2 (>= 3.3.0),
tidyr (>= 1.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat,
future,
furrr,
knitr,
rmarkdown,
patchwork,
covr
VignetteBuilder: knitr