Skip to content

Commit 0032564

Browse files
committed
add comment for processx environment variable
1 parent f78e675 commit 0032564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/zzz.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ cmdstanr_knitr_env <- cmdstanr_knitr_env_function_generator(new.env())
9595
}
9696

9797
.onLoad <- function(...) {
98+
# avoid conflict between parallel and processx
9899
Sys.setenv(PROCESSX_NOTIFY_OLD_SIGCHLD = 1)
99100
if (requireNamespace("knitr", quietly = TRUE)) {
100101
cmdstanr_knitr_env(knitr::knit_global())

0 commit comments

Comments
 (0)