Sherri Heck wrote: > > i am asking if, in general, r code can be written on a linux-based > system and then run on a windows-based system. >
Yes, if you avoid system-dependent calls like, um, system <grin/>, there should be no problem. For example, normal stuff like t test, correlation, plot, hist, barplot, matrix, etc. transfers nicely. CSV files created on one system can be read on the other. But to give a definitive answer for a particular case, we need to see the code. -- View this message in context: http://www.nabble.com/windows-vs.-linux-code-tp22215667p22215903.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.