Displaying 1 result from an estimated 1 matches for "591a592".
Did you mean:
591592
2002 Sep 12
0
(PR#2005) R_HOME/etc/Renviron.site not interpreted on windows
...erpreted as mentioned in, e.g., ?.Renviron.
>
> Happens on R-1.5.1, WinXP (James), as well as on R-1.6.0-beta.
process_site_Renviron() doesn't seem to be called anywhere in the
windows sources. Fix:
.../src/gnuwin32/system.c obviously needs (diff'ed to R-1.6.0 beta
(2002-09-10)):
591a592
> process_site_Renviron();
698a700
> process_site_Renviron();
In that case we have to change .../src/unix/sys-common.c (?) as well,
because R_Home seems to be empty at this point on Windows. I was not
able to figure out why, maybe Duncan has a better solution?
A quick hack:
729a...