Cocoa - Primitive Obj-C/Cocoa frontend
RForge.net

Cocoa

About Cocoa
SVN access
Download/Files
News
Check results

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/Cocoa/trunk Cocoa

To install the latest development snapshot of this package, use

install.packages("Cocoa",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/Cocoa/branches
and for tags use
svn ls svn://svn.rforge.net/Cocoa/tags

Most recent SVN commits


r18 | urbanek | 2008-06-29 19:40:49 -0400 (Sun, 29 Jun 2008) | 1 line
   M trunk/DESCRIPTION
   M trunk/NEWS
   M trunk/R/print.R
   A trunk/R/structs.R
   M trunk/src/cocoa.m
change handling of return values and arguments. implement struct parsing and deparsing. add basic foundation structs and constructors

r17 | urbanek | 2007-12-15 20:21:54 -0500 (Sat, 15 Dec 2007) | 1 line
   A trunk/NEWS
   A trunk/R/sugar.R
   M trunk/src/cocoa.m
add $ operator (now really), R-ObjC support and NEWS

r16 | urbanek | 2007-10-05 14:14:35 -0400 (Fri, 05 Oct 2007) | 1 line
   M trunk/DESCRIPTION
   M trunk/R/basics.R
   A trunk/man/sysu.Rd
   M trunk/src/cglue.c
   M trunk/src/cocoa.m
cleanup; add support for most scalar types and some array types; add $ syntactic sugar operator

r15 | urbanek | 2006-12-07 12:52:21 -0500 (Thu, 07 Dec 2006) | 1 line
   M trunk/src/Makevars
fix a typo

r14 | urbanek | 2006-12-07 12:51:02 -0500 (Thu, 07 Dec 2006) | 1 line
   M trunk/src/Makevars
add some autodetection of flags

r13 | urbanek | 2006-12-07 12:46:45 -0500 (Thu, 07 Dec 2006) | 1 line
   M trunk/src/cocoa.m
use lookUpClass instead of getClass to avoid aborting on GNUstep

r12 | urbanek | 2006-12-07 12:31:46 -0500 (Thu, 07 Dec 2006) | 1 line
   M trunk/src/Makevars
add -lobjc only and require non-apple runtime to be passed using PKG_xx flags

r11 | urbanek | 2006-12-07 12:29:46 -0500 (Thu, 07 Dec 2006) | 1 line
   A trunk/man
   A trunk/man/print.Rd
Addprimitive doc