On Thu, 5 Apr 2007, Leonardo Lami wrote: > > Hi > my OS is Linux Debian distribution, my R vers is 2.4.0 Patched > (2006-11-25 r39997) > > I tried several repositories but the output is ever the same
Please do not write to the author of the original non-R-project C code - the package maintainer is the appropriate person. Your R version is now out of date, and you may be caught by the current package depending on R 2.4.1 (that is probably why you got the "not found" message). If you can't upgrade R to match gpclib, consider an older version of the package source pre-dating R 2.4.1, such as: http://cran.r-project.org/src/contrib/Archive/G/gpclib_1.3-3.tar.gz > > Thank yor for your help > > All the best > Leonardo > > > Prof Brian Ripley ha scritto: > > It's a _package_ that you are looking for (there is something else > > called a gpclib library, to do with GNU Pascal). > > > > You haven't told us your OS or R version, so we don't know what file > > you are looking for. But try another mirror if one appears not to > > work (and using a US mirror with an email address in Italy seems odd). > > On Wed, 4 Apr 2007, Leonardo Lami wrote: > > > >> Hi all, > >> I'm tring to download the gpclib library but I don't find it in the old > >> repository > >> > >> install.packages(c("gpclib"), dependencies=TRUE, > >> repos="http://cran.cnr.berkeley.edu/") > >> Avviso in install.packages(c("gpclib"), dependencies = TRUE, repos = > >> "http://cran.cnr.berkeley.edu/") : > >> argument 'lib' is missing: using /usr/local/lib/R/site-library > > > > That's not what that message says: presumably you got some more output. > > > >> > >> > >> May be my old library have some problem: > >> > >> library(gpclib) > >> Errore in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source > >> = keep.source) : > >> in 'gpclib', metodi da esportare specificati, ma nessuno > >> definito: show, get.bbox, plot, intersect, union, setdiff, [, > >> append.poly, scale.poly, area.poly, get.pts, coerce > >> Errore: caricamento pacchetto/namespace fallito per 'gpclib' > >> > >> Someone knows where I can find the library > >> > >> Thank you > >> Leonardo > >> > >> ______________________________________________ > >> [email protected] mailing list > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guide > >> http://www.R-project.org/posting-guide.html > >> and provide commented, minimal, self-contained, reproducible code. > >> > > > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Roger Bivand Economic Geography Section, Department of Economics, Norwegian School of Economics and Business Administration, Helleveien 30, N-5045 Bergen, Norway. voice: +47 55 95 93 55; fax +47 55 95 95 43 e-mail: [EMAIL PROTECTED] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
