Linder, Eric
2011-Jan-04 21:06 UTC
[R] update.views("Spatial") does not seem to be able to find RPyGeo package
I have this problem with loading RPyGeo package when using update.views. How can I fix this. I have tried to use other CRAN mirrors with the same result. Below is a copy of my session. ---------------------session----------------------- R version 2.12.1 (2010-12-16) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. [Previously saved workspace restored]> library(ctv) > update.views('Spatial')--- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Warning message: In update.views("Spatial") : The following packages are not available: RPyGeo>---------------------session----------------------- The information contained in this communication may be C...{{dropped:11}}
Roger Bivand
2011-Jan-05 11:30 UTC
[R] update.views("Spatial") does not seem to be able to find RPyGeo package
The package is stated only to run under Windows (see the SystemRequirements field on its CRAN page), and you are on Linux - does this explain anything? Maybe ask the package maintainer? Roger Linder, Eric wrote:> > I have this problem with loading RPyGeo package when using update.views. > How can I fix this. I have tried to use other CRAN mirrors with the same > result. > Below is a copy of my session. > ---------------------session----------------------- > R version 2.12.1 (2010-12-16) > Copyright (C) 2010 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > Platform: i486-pc-linux-gnu (32-bit) > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type 'license()' or 'licence()' for distribution details. > > R is a collaborative project with many contributors. > Type 'contributors()' for more information and > 'citation()' on how to cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. > > [Previously saved workspace restored] > >> library(ctv) >> update.views('Spatial') > --- Please select a CRAN mirror for use in this session --- > Loading Tcl/Tk interface ... done > Warning message: > In update.views("Spatial") : > The following packages are not available: RPyGeo >> > ---------------------session----------------------- > > > > > > > > The information contained in this communication may be C...{{dropped:11}} > > ______________________________________________ > R-help at r-project.org 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 -- View this message in context: http://r.789695.n4.nabble.com/update-views-Spatial-does-not-seem-to-be-able-to-find-RPyGeo-package-tp3174870p3175299.html Sent from the R help mailing list archive at Nabble.com.
Achim Zeileis
2011-Jan-05 11:59 UTC
[R] update.views("Spatial") does not seem to be able to find RPyGeo package
On Tue, 4 Jan 2011, Linder, Eric wrote:> I have this problem with loading RPyGeo package when using update.views. > How can I fix this.Only by changing the operating system. You are using Linux but the RPyGeo package require Windows, see http://CRAN.R-project.org/package=RPyGeo update.views() (or actually the underlying call to install.packages()) just informs you about this through a warning. hth, Z> I have tried to use other CRAN mirrors with the same result. > Below is a copy of my session. > ---------------------session----------------------- > R version 2.12.1 (2010-12-16) > Copyright (C) 2010 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > Platform: i486-pc-linux-gnu (32-bit) > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type 'license()' or 'licence()' for distribution details. > > R is a collaborative project with many contributors. > Type 'contributors()' for more information and > 'citation()' on how to cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. > > [Previously saved workspace restored] > >> library(ctv) >> update.views('Spatial') > --- Please select a CRAN mirror for use in this session --- > Loading Tcl/Tk interface ... done > Warning message: > In update.views("Spatial") : > The following packages are not available: RPyGeo >> > ---------------------session----------------------- > > > > > > > > The information contained in this communication may be C...{{dropped:11}} > > ______________________________________________ > R-help at r-project.org 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. >