[GRASS5] Mac OSX binary install directions
Hamish
hamish_nospam at yahoo.com
Tue Dec 16 19:23:07 EST 2003
> I have done this, but how does one invoke the "Aqua R" from within
> GRASS using the 'StartR' application?
> >[Setting up GRASS on Mac OSX]
> >>>>3) Install R-statistics[2]
> >>>>This is optional, but useful for geostats. Click on CRAN, choose a
> >>>> mirror, click on R Binaries, macosx, and download RAqua.dmg.
> >>>> Double click on that package and install tcltk, libreadline, and
> >>>> finally RAqua. This installs the OSX port of R to
> >>>> Applications/StartR.
> >>>>
> >...
Step 3 continues,
I made a link to this application so I could start R from the command
line by typing "R":
(as root)
mkdir /usr/local/bin (if it doesn't already exist)
ln -s /Applications/StartR.app/Contents/MacOS/StartR /usr/local/bin/R
[make sure /usr/local/bin in in your $PATH]
Next, start R and type:
install.packages("akima")
install.packages("VR")
install.packages("GRASS")
install.packages("RODBC")
install.packages("grasper")
install.packages("mgcv")
install.packages("shapefiles")
.. and any other packages that might look interesting to you
The GRASS website has a useful R primer.
http://grass.ibiblio.org/statsgrass/grass_geostats.html
good luck,
Hamish
More information about the grass-dev
mailing list