-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
x <- pak::pkg_list()
x <- callr::r(function() {})
#> Registered S3 methods overwritten by 'callr':
#> method from
#> format.callr_status_error
#> print.callr_status_error
I imagine it has something to do with this
https://github.com/r-lib/pak/blob/580b158493e11f459c0f38a0c3eff77afc018a64/R/subprocess.R#L255-L268
And then callr unconditionally reregisters them here
Line 148 in e3e0acf
print.callr_status_error <- function(x, trace = TRUE, class = TRUE, |
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior