WinXP, R 2.10.1 I just updated R, and now have trouble. Perhaps it was the method I used to keep all the packages. I copied all the new packages from 2.10.1 back into the 2.10.0 folder, then copied them and all the others I've previously added from the 2.10.0 folder and pasted them back into 2.10.1's appropriate folder. Is this the source of my troubles? I am trying unsuccessfully to open RcmdrPlugin.IPSUR from within Rcmdr, via the pulldown tools menu. It insists I restart Rcmdr, which I let happen, then Rcmdr doesn't restart, and then I can not restart it using R's package loading function either. Please excuse the vast amount of text, below - I don't know what is and isn't relevant. Brian -------------------------------------------------------------------------------- R version 2.10.1 (2009-12-14) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 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. Natural language support but running in an English locale 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.> update.packages(ask='graphics')--- Please select a CRAN mirror for use in this session ---> update.packages(ask='graphics') > update.packages(ask='graphics') > utils:::menuInstallPkgs()trying URL 'http://software.rc.fas.harvard.edu/mirrors/R/bin/windows/contrib/2.10/HH_2.1-32.zip' Content type 'application/zip' length 626388 bytes (611 Kb) opened URL downloaded 611 Kb package 'HH' successfully unpacked and MD5 sums checked The downloaded packages are in C:\Documents and Settings\user\Local Settings\Temp\RtmpI1Oqkp\downloaded_packages> utils:::menuInstallPkgs()trying URL 'http://software.rc.fas.harvard.edu/mirrors/R/bin/windows/contrib/2.10/Rcmdr_1.5-4.zip' Content type 'application/zip' length 2294413 bytes (2.2 Mb) opened URL downloaded 2.2 Mb package 'Rcmdr' successfully unpacked and MD5 sums checked The downloaded packages are in C:\Documents and Settings\user\Local Settings\Temp\RtmpI1Oqkp\downloaded_packages> local({pkg <- select.list(sort(.packages(all.available = TRUE)))+ if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: tcltk Loading Tcl/Tk interface ... done Loading required package: car Loading required package: MASS Loading required package: nnet Loading required package: leaps Loading required package: survival Loading required package: splines Rcmdr Version 1.5-4 Attaching package: 'Rcmdr' The following object(s) are masked from package:tcltk : tclvalue Error in closeCommander(ask = FALSE) : object 'response' not found> local({pkg <- select.list(sort(.packages(all.available = TRUE)))+ if(nchar(pkg)) library(pkg, character.only=TRUE)})> library(Rcmdr) > quit(Rcmdr)Error in quit(Rcmdr) : object 'Rcmdr' not found> library(Rcmdr) > q(Rcmdr)Error in q(Rcmdr) : object 'Rcmdr' not found> ls()character(0)> local({pkg <- select.list(sort(.packages(all.available = TRUE)))+ if(nchar(pkg)) library(pkg, character.only=TRUE)})> >-- View this message in context: http://n4.nabble.com/Update-problem-Rcmdr-disappears-won-t-re-open-tp1460322p1460322.html Sent from the R help mailing list archive at Nabble.com.
Dear Brian, On Tue, Feb 2, 2010 at 3:02 PM, briancady413 <briancady413 at yahoo.com> wrote:> > WinXP, R 2.10.1 > > I just updated R, and now have trouble. Perhaps it was the method I used to > keep all the packages. > > I copied all the new packages from 2.10.1 back into the 2.10.0 folder, then > copied them and all the others I've previously added from the 2.10.0 folder > and pasted them back into 2.10.1's appropriate folder. > > Is this the source of my troubles? > > I am trying unsuccessfully to open RcmdrPlugin.IPSUR from within Rcmdr, via > the pulldown tools menu. > It insists I restart Rcmdr, which I let happen, then Rcmdr doesn't restart, > and then I can not restart it using R's package loading function either. > > Please excuse the vast amount of text, below - I don't know what is and > isn't relevant.I am not exactly sure what the problem is and do not have time to investigate at this exact moment, but until I get a chance to look at it might I suggest that you try Commander() at the command prompt when Rcmdr shuts down (and will not return); it is the basic way to restart Rcmdr when it goes away. I will have to boot into Windows later this evening to investigate, but in the meantime you may want to post your sessionInfo(). I have run RcmdrPlugin.IPSUR on R-2.10.1, Windows XP, as recently as yesterday during class without any problems. Gotta go for now. Jay -- *************************************************** G. Jay Kerns, Ph.D. Associate Professor Department of Mathematics & Statistics Youngstown State University Youngstown, OH 44555-0002 USA Office: 1035 Cushwa Hall Phone: (330) 941-3310 Office (voice mail) -3302 Department -3170 FAX VoIP: gjkerns at ekiga.net E-mail: gkerns at ysu.edu http://people.ysu.edu/~gkerns/
On 2/2/10, briancady413 <briancady413 at yahoo.com> wrote:> I am trying unsuccessfully to open RcmdrPlugin.IPSUR from within Rcmdr, via > the pulldown tools menu. > It insists I restart Rcmdr, which I let happen, then Rcmdr doesn't restart, > and then I can not restart it using R's package loading function either. > >From the output I am not sure what you are doing, but this might help.There is some strange incompatibility between Rcmdr.HH and Rcmdr.IPSUR. Loading them in the following order Rcmdr.IPSUR Rcmdr.HH will work. Inverting the order will make Commander() fail to restart. You might want to experiment this in an R --vanilla session. Liviu
Dear Brian, R for Windows FAQ item 2.8 <http://cran.r-project.org/bin/windows/base/rw-FAQ.html#What_0027s-the-best- way-to-upgrade_003f> describes how to upgrade R. What you did seems similar to one of the suggestions there, so I'm not sure why it didn't work. You might try uninstalling R 2.10.1, removing all of the packages in the library, reinstalling R 2.10.1, and then installing the Rcmdr and all of its dependencies via install.packages("Rcmdr", dependencies=TRUE), followed by reinstalling RcmdrPlugin.IPSUR and whatever else you want. With a fast Internet connection, that shouldn't take more than, say, a half hour. One other thing: It appears to me that you're using the development version of the car package from R-Forge rather than the current version on CRAN. That won't work at present with the Rcmdr package, though it shouldn't produce the error that report. I hope this helps, John> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]On> Behalf Of briancady413 > Sent: February-02-10 3:03 PM > To: r-help at r-project.org > Subject: [R] Update problem? Rcmdr disappears, won't re-open > > > WinXP, R 2.10.1 > > I just updated R, and now have trouble. Perhaps it was the method I usedto> keep all the packages. > > I copied all the new packages from 2.10.1 back into the 2.10.0 folder,then> copied them and all the others I've previously added from the 2.10.0folder> and pasted them back into 2.10.1's appropriate folder. > > Is this the source of my troubles? > > I am trying unsuccessfully to open RcmdrPlugin.IPSUR from within Rcmdr,via> the pulldown tools menu. > It insists I restart Rcmdr, which I let happen, then Rcmdr doesn'trestart,> and then I can not restart it using R's package loading function either. > > Please excuse the vast amount of text, below - I don't know what is and > isn't relevant. > > Brian >---------------------------------------------------------------------------- -> --- > > R version 2.10.1 (2009-12-14) > Copyright (C) 2009 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > > 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. > > Natural language support but running in an English locale > > 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. > > > update.packages(ask='graphics') > --- Please select a CRAN mirror for use in this session --- > > update.packages(ask='graphics') > > update.packages(ask='graphics') > > utils:::menuInstallPkgs() > trying URL >'http://software.rc.fas.harvard.edu/mirrors/R/bin/windows/contrib/2.10/HH_2. 1> -32.zip' > Content type 'application/zip' length 626388 bytes (611 Kb) > opened URL > downloaded 611 Kb > > package 'HH' successfully unpacked and MD5 sums checked > > The downloaded packages are in > C:\Documents and Settings\user\Local > Settings\Temp\RtmpI1Oqkp\downloaded_packages > > utils:::menuInstallPkgs() > trying URL >'http://software.rc.fas.harvard.edu/mirrors/R/bin/windows/contrib/2.10/Rcmdr _> 1.5-4.zip' > Content type 'application/zip' length 2294413 bytes (2.2 Mb) > opened URL > downloaded 2.2 Mb > > package 'Rcmdr' successfully unpacked and MD5 sums checked > > The downloaded packages are in > C:\Documents and Settings\user\Local > Settings\Temp\RtmpI1Oqkp\downloaded_packages > > local({pkg <- select.list(sort(.packages(all.available = TRUE))) > + if(nchar(pkg)) library(pkg, character.only=TRUE)}) > Loading required package: tcltk > Loading Tcl/Tk interface ... done > Loading required package: car > Loading required package: MASS > Loading required package: nnet > Loading required package: leaps > Loading required package: survival > Loading required package: splines > > Rcmdr Version 1.5-4 > > > Attaching package: 'Rcmdr' > > > The following object(s) are masked from package:tcltk : > > tclvalue > > Error in closeCommander(ask = FALSE) : object 'response' not found > > local({pkg <- select.list(sort(.packages(all.available = TRUE))) > + if(nchar(pkg)) library(pkg, character.only=TRUE)}) > > library(Rcmdr) > > quit(Rcmdr) > Error in quit(Rcmdr) : object 'Rcmdr' not found > > library(Rcmdr) > > q(Rcmdr) > Error in q(Rcmdr) : object 'Rcmdr' not found > > ls() > character(0) > > local({pkg <- select.list(sort(.packages(all.available = TRUE))) > + if(nchar(pkg)) library(pkg, character.only=TRUE)}) > > > > -- > View this message in context: http://n4.nabble.com/Update-problem-Rcmdr- > disappears-won-t-re-open-tp1460322p1460322.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.