I think it would also be possible to build R as a private framework, though the linking for libraries becomes, I think, a bit trickier. I also haven't worked on R CMD at all so it still builds the old way. Things seem to work so far, R.framework/Resources/bin/R comes up just fine from Terminal and finds the library dylibs OK--- in this case R CMD install still works since libR.dylib is still put in the bin directory so modules linked against it can still load.
So far it was all done by hand, but I hope to automate the process. My next trick will be to have Cocoa and the R event loop live together in peace and harmony (which _should_ work, since Carbon and Cocoa both ultimately employ CFRunLoop, so I'm hoping to just punt the setup into the appropriate locations within the Cocoa app). :-)
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
