We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
callr/R/error.R
Line 148 in e3e0acf
The text was updated successfully, but these errors were encountered:
This is going to be fixed once pak stops using the subprocess: r-lib/pak#586 I think. I'll leave this open to check.
Sorry, something went wrong.
Nice!
No branches or pull requests
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
callr/R/error.R
Line 148 in e3e0acf
The text was updated successfully, but these errors were encountered: