Skip to content

Commit 38ff12f

Browse files
committed
CRAN updates
1 parent a65d52a commit 38ff12f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DHARMa/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: DHARMa
22
Title: Residual Diagnostics for Hierarchical (Multi-Level / Mixed) Regression Models
33
Version: 0.4.4
4-
Date: 2021-08-23
4+
Date: 2021-09-28
55
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"))
66
Description: The 'DHARMa' package uses a simulation-based approach to create
77
readily interpretable scaled (quantile) residuals for fitted (generalized) linear mixed

DHARMa/R/startup.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
print.DHARMa.startupInfo <- function()
22
{
33
version <- packageVersion('DHARMa')
4-
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="")
4+
hello <- paste("This is DHARMa ",version,". For overview type '?DHARMa'. For recent changes, type news(package = 'DHARMa')" ,sep="")
55
packageStartupMessage(hello)
66
}
77

DHARMa/cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version 0.4.4
22

3-
## Submission 1, 23.8.2021
3+
## Submission 1, 28.9.2021
44

55
This is a minor update of DHARMa, including various smaller improvements and bugfixes. See NEWS for details.
66

0 commit comments

Comments
 (0)