-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #441 from florianhartig/MelinaCheckPackageSupport
Melina check package support
- Loading branch information
Showing
31 changed files
with
1,713 additions
and
669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,9 @@ Authors@R: c(person("Florian", "Hartig", email = "[email protected] | |
Description: The 'DHARMa' package uses a simulation-based approach to create | ||
readily interpretable scaled (quantile) residuals for fitted (generalized) linear mixed | ||
models. Currently supported are linear and generalized linear (mixed) models from 'lme4' | ||
(classes 'lmerMod', 'glmerMod'), 'glmmTMB' 'GLMMadaptive' and 'spaMM', generalized additive models | ||
('gam' from 'mgcv'), 'glm' (including 'negbin' from 'MASS', but excluding quasi-distributions) and | ||
(classes 'lmerMod', 'glmerMod'), 'glmmTMB', 'GLMMadaptive' and 'spaMM'; phylogenetic | ||
linear models from 'phylolm'(classes 'phylolm' and 'phyloglm'); generalized additive | ||
models ('gam' from 'mgcv'); 'glm' (including 'negbin' from 'MASS', but excluding quasi-distributions) and | ||
'lm' model classes. Moreover, externally created simulations, e.g. posterior predictive simulations | ||
from Bayesian software such as 'JAGS', 'STAN', or 'BUGS' can be processed as well. | ||
The resulting residuals are standardized to values between 0 and 1 and can be interpreted | ||
|
@@ -30,16 +31,17 @@ Imports: | |
lme4 | ||
Suggests: | ||
knitr, | ||
testthat, | ||
testthat (>= 3.0.0), | ||
rmarkdown, | ||
KernSmooth, | ||
sfsmisc, | ||
MASS, | ||
mgcv, | ||
mgcViz (>= 0.1.9), | ||
mgcViz (>= 0.1.9), | ||
spaMM (>= 3.2.0), | ||
GLMMadaptive, | ||
glmmTMB (>= 1.1.2.3) | ||
glmmTMB (>= 1.1.2.3), | ||
phylolm (>= 2.6.5) | ||
Enhances: | ||
phyr, | ||
rstan, | ||
|
@@ -49,7 +51,8 @@ License: GPL (>= 3) | |
URL: http://florianhartig.github.io/DHARMa/ | ||
LazyData: TRUE | ||
BugReports: https://github.com/florianhartig/DHARMa/issues | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Roxygen: list(old_usage = TRUE, markdown = TRUE) | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.