Displaying 2 results from an estimated 2 matches for "r_batch".
Did you mean:
rx_batch
2007 May 14
1
Problem with R CMD BATCH on R-2.5.0 due to Sys.unsetenv not available
...quot;multic","/bge/penel/R_install/R_2.5.0/lib/R/library",repos="http://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 th...
2007 Jun 05
1
R CMD BATCH command
The version of R on our unix system has been updated to version 2.5.0.
When I type the following command at the unix prompt:
'R CMD BATCH filename'
I receive the following error message:
Error in Sys.unsetenv("R_BATCH") : 'Sys.unsetenv' is not available on
this system
Execution halted.
'R CMD BATCH filename' used to work with the prior version of R that I
had installed (version 2.2.0). Is there something that I need to modify
for it to work now?
Thanks,
Peter
Peter Austin, PhD...