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
On R-devel r80165 (2021-04-14) callr seems to have trouble forwarding errors to the parent session.
callr
> packageDescription("callr")$GithubSHA1 [1] "705c1bf61e2a646a8d68f8c7ced1f56e4c010a5e" > callr::r(function() stop("msg")) NULL > sessionInfo() R Under development (unstable) (2021-04-14 r80165) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Red Hat Enterprise Linux Matrix products: default BLAS: /home/<CENSORED>/custom_R/R-devel/lib/libRblas.so LAPACK: /home/<CENSORED>/custom_R/R-devel/lib/libRlapack.so locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] processx_3.5.1 compiler_4.1.0 R6_2.5.0 callr_3.6.0.9000 [5] ps_1.6.0
The text was updated successfully, but these errors were encountered:
Work around r-lib/callr#196
c3759c6
wch/r-source@26165fd
Sorry, something went wrong.
0d68b1a
Fix .Traceback for error = "stack" / "debugger"
518f0ce
Really closes #196.
Require callr >= 3.7.0
824db79
Errors were going silent in R 4.1 #256 r-lib/callr#196 https://github.com/r-lib/callr/commits/master
No branches or pull requests
On R-devel r80165 (2021-04-14)
callr
seems to have trouble forwarding errors to the parent session.The text was updated successfully, but these errors were encountered: