diff --git a/DHARMa/DESCRIPTION b/DHARMa/DESCRIPTION index 4936df87..713ffc4d 100644 --- a/DHARMa/DESCRIPTION +++ b/DHARMa/DESCRIPTION @@ -1,7 +1,7 @@ Package: DHARMa Title: Residual Diagnostics for Hierarchical (Multi-Level / Mixed) Regression Models Version: 0.4.4 -Date: 2021-08-23 +Date: 2021-09-28 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 diff --git a/DHARMa/R/startup.R b/DHARMa/R/startup.R index 7df6b30a..6a547eb4 100644 --- a/DHARMa/R/startup.R +++ b/DHARMa/R/startup.R @@ -1,7 +1,7 @@ print.DHARMa.startupInfo <- function() { version <- packageVersion('DHARMa') - hello <- paste("This is DHARMa ",version,". For overview type '?DHARMa'. For recent changes, type news(package = 'DHARMa')", " Note: Syntax of plotResiduals has changed in 0.3.0, see ?plotResiduals for details" ,sep="") + hello <- paste("This is DHARMa ",version,". For overview type '?DHARMa'. For recent changes, type news(package = 'DHARMa')" ,sep="") packageStartupMessage(hello) } diff --git a/DHARMa/cran-comments.md b/DHARMa/cran-comments.md index 7c8dafb1..07ef94ce 100644 --- a/DHARMa/cran-comments.md +++ b/DHARMa/cran-comments.md @@ -1,6 +1,6 @@ # Version 0.4.4 -## Submission 1, 23.8.2021 +## Submission 1, 28.9.2021 This is a minor update of DHARMa, including various smaller improvements and bugfixes. See NEWS for details.