An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20120914/9617290f/attachment.pl>
Building package using RTools in OS X
6 messages · C W, Duncan Murdoch, R. Michael Weylandt
On 14/09/2012 12:56 PM, C W wrote:
Hi List, I am trying to build an R package using RTools. Does it exist for OS X? Is there a something equivalent we could use? What does everyone use? Seems like there are a lot of instructions available for Windows but not for OS X.
Simon gives instructions on his website <http://r.research.att.com/>. You'll probably have to download the compiler suite, but you don't need everything else that's in Rtools, because OSX already has Unix tools. Duncan Murdoch
On Fri, Sep 14, 2012 at 5:56 PM, C W <tmrsg11 at gmail.com> wrote:
Hi List, I am trying to build an R package using RTools. Does it exist for OS X? Is there a something equivalent we could use? What does everyone use?
Xcode and friends will give you msot everything you need: http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#Building-R-from-sources Though you might need to get gfortran from Simon's r.research.att.com site. Cheers, Michael
Seems like there are a lot of instructions available for Windows but not
for OS X.
Thanks,
Mike
[[alternative HTML version deleted]]
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20120914/75980ed6/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20120914/4ef15ea1/attachment.pl>
On Fri, Sep 14, 2012 at 8:43 PM, C W <tmrsg11 at gmail.com> wrote:
I see, I went over to the site and installed gfortran. What is the compiler suite you are referring to on that website? R2.15-Branch? Maybe could you give me an example how you would do all this? Thanks, Mike
Compiler suite = Xcode. (Available on your install DVD or on newer versions of OS X via the app store I believe) R2.15-Branch = R ;-) Simon's site has a copy-paste script to build R; not too much more we can add to that. Cheers, Michael