Displaying 1 result from an estimated 1 matches for "effectiveley".
Did you mean:
effecively
2007 May 14
1
Problem with R CMD BATCH on R-2.5.0 due to Sys.unsetenv not available
...cran.at.r-project.org")
When I use the BATCH command, I get an error :
>R_2.5.0/bin/R CMD BATCH multic.in
creates the multic.in.Rout file :
>cat multic.in.Rout
Error in Sys.unsetenv("R_BATCH") : 'Sys.unsetenv' is not available on
this system
Execution halted
Effectiveley, Sys.unsetenv is not available on unix
When running R :
> Sys.unsetenv("toto")
Error in Sys.unsetenv("toto") : 'Sys.unsetenv' is not available on this
system
Does that mean that it is not possible anymore to use R CMD BATCH on
unix OS ?
This is very recent, sin...