Skip to content
Prev 5736 / 15075 Next

Install R package on mac

Worked for me as well. To find your library directory, just open R and
type ".libPaths()". For me, it's
[1] "/Library/Frameworks/R.framework/Resources/library"

As Kjell noted, I just unzipped the binary in the latter directory.
Then library(wisp) worked just fine.

HTH,

--sudar
On Tue, Mar 10, 2009 at 7:13 AM, Kjell Konis <kjell.konis at epfl.ch> wrote: