Skip to content
Prev 5486 / 12125 Next

[R-pkg-devel] R_MAKEVARS_USER fail to pass down to sub-makes?

Each call to system is independent, so it definitely is a problem.

Use Sys.setenv to make changes in environment variables that can be used within system calls.

Bash is not involved with the system call on Windows... so your syntax for setting an environment variable is not portable.
On June 1, 2020 11:10:41 AM PDT, Jan Gorecki <j.gorecki at wit.edu.pl> wrote: