> 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) . that helped. thank you john