The best thing to do is go to the RApacheInfo page and see if brew is
indeed installed and available to R. Specifically look at the
"Attached Packages" section, the "Installed Packages" section, and
also look at ".libPaths()".
Also fire up R on the command line and type .libPaths() to see if it
differs from the RApacheInfo page. That seems to be a comon problem;
you install brew on the command line but it's not available to
rApache.
Jeff
> --
> You received this message because you are subscribed to the Google Groups "rapache" group.
> To post to this group, send email to rap...@googlegroups.com.
> To unsubscribe from this group, send email to rapache+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rapache?hl=en.
>
>
In RApacheInfo, .libPaths() is just:
/usr/lib/R/library
/usr/share/R/library
In R (from the command line) .libPaths() gives
[1] "/usr/local/lib/R/library"
Brew seems to be working from R more than from RApache. How do I change the
libPaths for RApache?
which -a R
It looks like you installed rApache with /usr/bin/R, but when you call
R from the command-line it's picking up /usr/local/bin/R.
?
Jeff