Skip to content

Conversation

@topepo
Copy link
Member

@topepo topepo commented Dec 1, 2025

Probably PR 1/x.

Change maintainer and remove references to surv_reg(), which is fully deprecated.

#> # A tibble: 25 × 2
#> object size
#> <chr> <dbl>
#> 1 terms 0.00763
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice this change here; this is why we can't use devtools::build_readme()

Comment on lines 14 to 23
# `devtools::build_readme()` evaluates in `callr:r_safe()` which causes issues
# with butcher's memory profiling. Neither RStudio's Knit button nor
# `rmarkdown::render()` have this issue (#280).
if (identical(Sys.getenv("CALLR_IS_RUNNING"), "true")) {
rlang::abort(c(
"Build this README with `rmarkdown::render()` rather than `devtools::build_readme()`.",
"See tidymodels/butcher#280 for more info."
))
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do in fact need to keep this in, because of the problem with how devtools::build_readme() uses callr.

@topepo topepo marked this pull request as ready for review December 3, 2025 12:01
@topepo topepo merged commit 93f84a8 into main Dec 3, 2025
14 checks passed
@topepo topepo deleted the 2025-upkeep-1 branch December 3, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants