Omar Lakkis wrote: > How can I determine whT OS I am running under? > > if WINDOWS do this > if LINUX do that >
Hi, Omar, Look at version$os. > # windows > version$os [1] "mingw32" > # linux > version$os [1] "linux-gnu" HTH, --sundar ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
