Skip to content

Using Obj-C from R

2 messages · Duncan Temple Lang, Simon Urbanek

#
FWIW, I have put the original package I developed
to access ObjectiveC code from R on the Omegahat Web site

 http://www.omegahat.org/RObjectiveC

I put there in case people can make use of the code in
there to assist in filling in Simon's package (or vice versa)
e.g. for the conversion of different data types,  some
reflectance material, etc.
I imagine Simon's package is a very good start, and I am
not offering this one as a competitor but hopefully
to encourage others to help merge the facilities.
I am happy to help make it do more things,
so if there are any issues, please mail me.

If I recall correctly,  there was an issue
with ObjectiveC on Linux and OSX handling references to structs
(or something "primitive") slightly different.
But I may just be forgetting.


 D.
Simon Urbanek wrote:

  
    
#
Duncan,
On Nov 2, 2004, at 2:20 PM, Duncan Temple Lang wrote:

            
thanks for sharing this with us!
Since the death of franz I could not find any Omegahat CVS repository 
with RObjectiveC in it (Jan and I were looking for it a while ago), 
that's why I put up the Cocoa draft here.

 From the quick look I could take at RObjectiveC it seems that your 
package is much more complete, provides good type conversion and is 
using S4 objects which has some benefits concerning reflection. At any 
rate I'm sure this surely helps to build the Cocoa widget package.

As of Obj-C and Linux: I guess our primary target is Darwin - once we 
have that well covered, we can tinkle with the GNU step support.

Cheers,
Simon