Skip to content

Commit

Permalink
CRAN updates
Browse files Browse the repository at this point in the history
  • Loading branch information
florianhartig committed Sep 28, 2021
1 parent a65d52a commit 38ff12f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DHARMa/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", 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
Expand Down
2 changes: 1 addition & 1 deletion DHARMa/R/startup.R
Original file line number Diff line number Diff line change
@@ -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)
}

Expand Down
2 changes: 1 addition & 1 deletion DHARMa/cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 38ff12f

Please sign in to comment.