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.
1 parent f78e675 commit 0032564Copy full SHA for 0032564
R/zzz.R
@@ -95,6 +95,7 @@ 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())
0 commit comments