I think your R is too old. Packages can indicate they need a particular version of R, but it is unreasonable to expect them to be tested on versions predating the package (which as clines is not on CRAN I can't check but suspect to be the case).
On Thu, 19 Jun 2003, Karim Elsawy wrote: > I'm running R 1.4.1 under linux , recently I installed the package > clines_1.0.tar.gz > R CMD INSTALL clines_1.0.tar.gz > and it is installed with no errors > > when I try to use it , I get this error > > library(clines) > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library > "/usr/lib/R/library/clines/libs/clines.so": > /usr/lib/R/library/clines/libs/clines.so: undefined symbol: > GEcontourLines > Error in library(clines) : .First.lib failed -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
