[R] installing and using a package

Peter McMahan peter.mcmahan at gmail.com
Fri Jan 11 01:20:58 CET 2008


R distinguishes between "installing" and "loading" a package. It looks  
like your installation of yags went fine. Now type
library(yags)
to load the package.
now help(yags) should bring up something, as should example(yags) .




More information about the R-help mailing list