Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/florianhartig/DHARMa
Browse files Browse the repository at this point in the history
  • Loading branch information
melina-leite committed Nov 26, 2024
2 parents 57f576c + 0e3452f commit bb4d49d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DHARMa/R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ hist.DHARMa <- function(x,
}


#' DHARMa standard residual plots
#' DHARMa standard residual plots (deprecated)
#'
#' DEPRECATED, use plot() instead
#'
Expand Down
4 changes: 2 additions & 2 deletions DHARMa/R/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ testDispersion <- function(simulationOutput, alternative = c("two.sided", "great
return(out)
}

#' Simulated overdisperstion tests
#' Simulated overdisperstion tests (deprecated)
#'
#' @details Deprecated, switch your code to using the [testDispersion] function
#'
Expand All @@ -510,7 +510,7 @@ testOverdispersion <- function(simulationOutput, ...){
testDispersion(simulationOutput, ...)
}

#' Parametric overdisperstion tests
#' Parametric overdisperstion tests (deprecated)
#'
#' @details Deprecated, switch your code to using the [testDispersion] function.
#'
Expand Down
2 changes: 1 addition & 1 deletion DHARMa/man/plotSimulatedResiduals.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions DHARMa/man/testOverdispersion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions DHARMa/man/testOverdispersionParametric.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb4d49d

Please sign in to comment.