R-stats and the R/GRASS6 interface are separate packages:
I) First install R itself, check out the R FAQ for details.
II) We install directly from the Internet:
#start R or R-GUI: R # you need to be connected to the Internet to use these commands: ##### Non-Mac users: install.packages("spgrass6", dependencies = TRUE) ##### Mac users: install.packages("spgrass6", type="source", dependencies=TRUE)
update.packages()
grass64 ... R library(spgrass6) # this will load some required packages... G <- gmeta6() #start the local help system in a Web browser (e.g., look at Packages -> 'spgrass6'): help.start()
Since the GRASS/R interface completely changed for GRASS 6, we recommend to first read