-
Notifications
You must be signed in to change notification settings - Fork 16
2025 upkeep #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2025 upkeep #295
Conversation
| #> # A tibble: 25 × 2 | ||
| #> object size | ||
| #> <chr> <dbl> | ||
| #> 1 terms 0.00763 |
There was a problem hiding this comment.
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()
| # `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." | ||
| )) | ||
| } |
There was a problem hiding this comment.
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.
Probably PR 1/x.
Change maintainer and remove references to
surv_reg(), which is fully deprecated.