[R] could someone help me to install packages gam (ubuntu 6.06)

2006-07-28 Thread xingwang ye
install.packages(gam) Warning in install.packages(gam) : argument 'lib' is missing: using /usr/local/lib/R/site-library --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL 'http://cran.cnr.Berkeley.edu/src/contrib/gam_0.97.tar.gz' Content type

Re: [R] could someone help me to install packages gam (ubuntu 6.06)

2006-07-28 Thread Dirk Eddelbuettel
$ apt-get install r-base-dev and you should get the required dependencies, in this case for Blas/Atlas. Hth, Dirk On Fri, Jul 28, 2006 at 07:04:13AM -0700, xingwang ye wrote: install.packages(gam) Warning in install.packages(gam) : argument 'lib' is missing: using