We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 175bfb4 + 0032564 commit 82a8e38Copy full SHA for 82a8e38
R/zzz.R
@@ -95,6 +95,8 @@ cmdstanr_knitr_env <- cmdstanr_knitr_env_function_generator(new.env())
95
}
96
97
.onLoad <- function(...) {
98
+ # avoid conflict between parallel and processx
99
+ Sys.setenv(PROCESSX_NOTIFY_OLD_SIGCHLD = 1)
100
if (requireNamespace("knitr", quietly = TRUE)) {
101
cmdstanr_knitr_env(knitr::knit_global())
102
0 commit comments