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 5f2a8c8 commit f78e675Copy full SHA for f78e675
R/zzz.R
@@ -95,6 +95,7 @@ cmdstanr_knitr_env <- cmdstanr_knitr_env_function_generator(new.env())
95
}
96
97
.onLoad <- function(...) {
98
+ Sys.setenv(PROCESSX_NOTIFY_OLD_SIGCHLD = 1)
99
if (requireNamespace("knitr", quietly = TRUE)) {
100
cmdstanr_knitr_env(knitr::knit_global())
101
0 commit comments