[R] Windows / Accented characters / pb with makename

Martin Maechler maechler at stat.math.ethz.ch
Tue Aug 29 15:43:30 CEST 2000


>>>>> "Charles" == Charles Raux <Charles.Raux at let.ish-lyon.cnrs.fr> writes:

    Charles> Thank you for your message. makenames work however
    Charles> 1) I can't find Sys.getenv 
    >> Sys.getenv("LC_ALL")
    Charles> Error: couldn't find function "Sys.getenv"

Excuse my carelessness :

Sys.getenv()  is the new (in R 1.2, aka R-devel) name for what is now
    getenv()  {and that will be deprecated in the future ..}

The idea is to use  Sys.*() function names
for (almost) all OS/System specific functions
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list