This commit is contained in:
Andreas Gammelgaard Damsbo 2026-03-24 12:36:59 +01:00
commit 692776a857
No known key found for this signature in database
3 changed files with 17 additions and 21 deletions

View file

@ -1,7 +1,7 @@
########
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpoawSeD/fileab3b70a52556.R
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//Rtmp6ZofsJ/filec1211b275686.R
########
i18n_path <- here::here("translations")

View file

@ -35,12 +35,12 @@
},
"DHARMa": {
"Package": "DHARMa",
"Version": "0.4.7",
"Version": "0.4.6",
"Source": "Repository",
"Title": "Residual Diagnostics for Hierarchical (Multi-Level / Mixed) Regression Models",
"Date": "2024-10-16",
"Authors@R": "c(person(\"Florian\", \"Hartig\", email = \"florian.hartig@biologie.uni-regensburg.de\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0002-6255-9059\")), person(\"Lukas\", \"Lohse\", role = \"ctb\"), person(\"Melina\", \"de Souza leite\", role = \"ctb\"))",
"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'; 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 as intuitively as residuals from a linear regression. The package also provides a number of plot and test functions for typical model misspecification problems, such as over/underdispersion, zero-inflation, and residual spatial, phylogenetic and temporal autocorrelation.",
"Date": "2022-09-08",
"Authors@R": "c(person(\"Florian\", \"Hartig\", email = \"florian.hartig@biologie.uni-regensburg.de\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0002-6255-9059\")), person(\"Lukas\", \"Lohse\", role = \"ctb\"))",
"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 '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 as intuitively as residuals from a linear regression. The package also provides a number of plot and test functions for typical model misspecification problems, such as over/underdispersion, zero-inflation, and residual spatial and temporal autocorrelation.",
"Depends": [
"R (>= 3.0.2)"
],
@ -59,7 +59,7 @@
],
"Suggests": [
"knitr",
"testthat (>= 3.0.0)",
"testthat",
"rmarkdown",
"KernSmooth",
"sfsmisc",
@ -68,8 +68,7 @@
"mgcViz (>= 0.1.9)",
"spaMM (>= 3.2.0)",
"GLMMadaptive",
"glmmTMB (>= 1.1.2.3)",
"phylolm (>= 2.6.5)"
"glmmTMB (>= 1.1.2.3)"
],
"Enhances": [
"phyr",
@ -81,12 +80,11 @@
"URL": "http://florianhartig.github.io/DHARMa/",
"LazyData": "TRUE",
"BugReports": "https://github.com/florianhartig/DHARMa/issues",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.2.1",
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"Config/testthat/edition": "3",
"NeedsCompilation": "no",
"Author": "Florian Hartig [aut, cre] (<https://orcid.org/0000-0002-6255-9059>), Lukas Lohse [ctb], Melina de Souza leite [ctb]",
"Author": "Florian Hartig [aut, cre] (<https://orcid.org/0000-0002-6255-9059>), Lukas Lohse [ctb]",
"Maintainer": "Florian Hartig <florian.hartig@biologie.uni-regensburg.de>",
"Repository": "CRAN"
},