Hi, I am starting to use Xcode a lot for C/C++ programming. Can you do R programming in Xcode? ?If can, how to configure to enable this? Much thank in advance. -- Waverley @ Palo Alto
program R using mac Xcode
5 messages · Waverley @ Palo Alto, Duncan Murdoch
Hi, I am starting to use Xcode a lot for C/C++ programming. Can you do R programming in Xcode? ?If can, how to configure to enable this? Much thank in advance.
On 17/06/2010 4:37 PM, Waverley @ Palo Alto wrote:
Hi, I am starting to use Xcode a lot for C/C++ programming. Can you do R programming in Xcode? If can, how to configure to enable this?
Do you mean doing the R level stuff in Xcode, or just the C or C++ parts of packages? The latter is possible, and it is useful when debugging low level stuff. I don't think it is possible to get Xcode to work with the R interpreter (but I would love to hear that I'm wrong). Duncan Murdoch
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20100617/9eeaa0b7/attachment.pl>
On 17/06/2010 4:55 PM, Waverley @ Palo Alto wrote:
I want to program R inside the Xcode environment, so I can do the debugging etc just like I do the c/c++ programming. Now I use Emacs and ess to program R and for testing as well.
I think it would be easier to integrate R's debugging facilities into Emacs than into Xcode, but I don't think anyone has done it yet. Duncan Murdoch
Thanks. On Thu, Jun 17, 2010 at 1:45 PM, Duncan Murdoch <murdoch.duncan at gmail.com>wrote:
On 17/06/2010 4:37 PM, Waverley @ Palo Alto wrote:
Hi,
I am starting to use Xcode a lot for C/C++ programming.
Can you do R programming in Xcode? If can, how to configure to enable
this?
Do you mean doing the R level stuff in Xcode, or just the C or C++ parts of
packages? The latter is possible, and it is useful when debugging low level
stuff. I don't think it is possible to get Xcode to work with the R
interpreter (but I would love to hear that I'm wrong).
Duncan Murdoch