Is there a simple way to programmatically determine if an R script is being executed in Windows vs. Linux?
See also R.version() for other OS-type things.
Spacedman
2010-01-19 19:40:41
hmm.. R.version() doesn't work... maybe Sys.info()?
JD Long
2010-01-19 19:45:20
ahh.. capitalization. It's R.Version()
JD Long
2010-01-19 19:55:32