Message-ID: <loom.20060416T165255-817@post.gmane.org>
Date: 2006-04-16T15:08:23Z
From: Matthew Routley
Subject: Help with R on a Mac
Benjamin,
> Or does the Mac have a better editor that I could use to > navigate through
R.
Emacs and ESS is a powerful way to write and run R code. However, given the
nature of your question, you may want to use R.app for your analyses. You
started this application when you double-clicked the R icon. Choose 'New
Document' from the file menu and you have a code window with syntax
highlighting and autocomplete. Apple-return sends any highlighted code to the
R console and all plot code is sent to an aqua window in the OS X-native pdf
format. Be sure to look at the 'R for Mac OS X FAQ' under the Help menu of
R.app
Good luck, Matt