Hi David,

port list | grep R

(searching only for capital Rs in the list)

reveals that R-2.8 is housed under math/R, and even more narrow, 

port list | grep "R "

(note the trailing space) currently only pulls two entries, one of which is our 
CRAN buddy.

Some packages, like GRASS GIS, actually have the option as part of the config 
file to build for Mac OS X. R is one of those packages as well. There are build 
options --with-aqua and --enable-R-framework, but both of these options are 
"yes" by default. I suppose that then, perhaps the question would be "how does 
one start the application in Aqua GUI mode?" rather than "how does one build 
the GUI?"

I just download R from CRAN as a Mac OS X package, so I haven't built it for 
OSX myself. Sorry about that.

Jesse

-- 



>>> On 12/17/2008 at 10:04 AM, in message <[email protected]>, David
Epstein<[email protected]> wrote:

> Does Macports have a port for the GUI for R, the statistical computing
> program? Is it in fact possible to have a Macport supplying a MacOsX GUI
> (not necessarily R) that is invoked by double-clicking on an icon?
> 
> My inability to use the port search facility efficiently became evident on
> this issue, since my search for the R-gui failed miserably. "port search R"
> brings in every port with an r in its name. "man port" advertises that one
> can use regular expressions in the search, but fails to point to a
> particular set of regular expressions, ignoring the fact that there are many
> "standard" collections of basic regular expressions, each likely to have a
> different way of indicating word boundaries. I tried
> port search "\<R\>" and also port search "\bR\b",
> and was told there are no matches, even through "port info R works". Nor
> could I figure out how to make the matching case-sensitive.
> 
> So, if anyone can give me a hint on port search regular expressions, that
> would be helpful.
> Thanks
> David
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to