Rev 635 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
INSTALLconfigure, build and install R-2.0.0 (2004-10-04) with./configure --with-blas='-framework vecLib' --with-lapack --with-aquamakesudo make install"--with-aqua" is needed also for this Cocoa version. The R.app will init R with argument "--gui=cocoa"Once you have the R.framework installed in /Library/Frameworks, you can build R.appBuilding R.app================This project has been produced with XCode 1.5 - update your XCode if necessary.The project can be built by selecting "R" target and "Build" inside the XCode GUI.To build the project from the command line in Mac-GUI directory use:xcodebuild -target R -buildstyle DeploymentTo build the R for Mac OS X Faq use eitherxcodebuild -target Docsor manually in docs foldermakeinfo -D UseExternalXrefs --html --force --no-split RMacOSX-FAQ.texiIn any case the resulting html FAQ file can be found in Mac-GUI/docs directory.NOTE:To run R.app from inside the XCode debugger, you have to setup the R_HOMEenvironment variable. Proceed as follows:* Select the "R" executable (in Groups & Files view: R -> Executables -> R)* choose "Info" (shortcut: <Cmd><I>)* Click the "Arguments" tab, in the lower list (Variables ..) use (+) and setR_HOMEto/Library/Frameworks/R.framework/ResourcesBuilding R.app against R-2.1.x (r-devel)==========================================In R-2.1.x two new headers have been introduced to support GUIs and embedding.In particular, ptr_Raqua_Edit has been replaced by a generic ptr_R_EditFile. Thismeans that ptr_Raqua_edit no longer exists in 2.1.x and viceversa, old (2.0.0) R.appwon't be able to find the symbol ptr_R_EditFile.--Last update: 2004-10-22