On Jul 13, 2011, at 03:04 , David Winsemius wrote: > > On Jul 12, 2011, at 8:40 PM, Eduardo M. A. M. Mendes wrote: > >> Hello >> >> I need to run an r-file that works on Windows on MAC. > > Does that mean you are using a virtual box to run Windoze on Mac hardware? >
More likely, he used to run it on a Windows machine, now has a Mac. >> The first lines of the file are: >> >> library(R.matlab) >> library(Rcompression) >> >> Somehow I cannot find where Rcompression is. Am I missing something? > > Learn to search... _first_ hit on google searhc for rcompression is: > > http://www.omegahat.org/Rcompression/ Notice that it comes as a source package, so needs to be downloaded and compiled. Easy enough via the Packages & Data -> Package Installer -> Local source package, click Install, then browse for file (Simon? That's not proper Mac conventions, is it?). Works for me, but new users may need to install build tools, Xcode et al., as per http://r.research.att.com/tools/ > > >> >> Many thanks >> >> Ed > > > -- > David Winsemius, MD > West Hartford, CT > > ______________________________________________ > 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. -- Peter Dalgaard Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd....@cbs.dk Priv: pda...@gmail.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.