Skip to content

Commit

Permalink
Delete backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Jan 9, 2025
1 parent 8f2b41a commit 5c8e4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ supported_models <-
"`pscl::zeroinfl()`", "Use `tidy_zeroinfl()` as `tidy_fun`.",
"`pscl::hurdle()`", "Use `tidy_zeroinfl()` as `tidy_fun`.",
"`betareg::betareg()`", "Use `tidy_parameters()` as `tidy_fun` with `component` argument to control with coefficients to return. `broom::tidy()` does not support the `exponentiate` argument for betareg models, use `tidy_parameters()` instead.", # nolint
"`survival::cch()`", "`Experimental support.",
"`survival::cch()`", "Experimental support.",
"`glmtoolbox::glmgee()`", "",
) |>
dplyr::arrange(.data$model, .locale = "en")
Expand Down

0 comments on commit 5c8e4bd

Please sign in to comment.