Skip to content

Commit

Permalink
disable failing example
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 2, 2024
1 parent f274ca9 commit faa4716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/check_singularity.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
#' )
#' check_singularity(model)
#'
#' \dontru{
#' # Fixing singularity issues using priors in glmmTMB
#' # Example taken from `vignette("priors", package = "glmmTMB")`
#' dat <- readRDS(system.file(
Expand All @@ -120,7 +121,7 @@
#' model_with_priors <- update(model, priors = prior)
#' # no singular fit
#' check_singularity(model_with_priors)
#'
#' }
#' @export
check_singularity <- function(x, tolerance = 1e-5, ...) {
UseMethod("check_singularity")
Expand Down
2 changes: 2 additions & 0 deletions man/check_singularity.Rd

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

0 comments on commit faa4716

Please sign in to comment.