Skip to content
Prev 5481 / 12125 Next

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

I don't know anything about the function of that environment variable, but 

a) system() invokes a child process so environment variable changes made using it will only affect the child process created by that system call.

b) The syntax you have used is shell-specific, so does not look portable.
On June 1, 2020 4:58:19 AM PDT, Jan Gorecki <j.gorecki at wit.edu.pl> wrote: