ligges@statistik.uni-dortmund.de
2001-Jun-03 13:34 UTC
[Rd] update.packages() and parse(text="A B") (PR#966)
Hi! I just used the following command on our NT-Server: update.packages() Error in parse(file, n, text, prompt) : parse error The problem is caused by the package gregmisc: x <- CRAN.packages() x[which(x == "gregmisc"),] Package Version Priority Bundle Depends "gregmisc" "0.1.3" "NA" "NA" "R " The error occurs in the line z[k] <- eval(parse(text = comptext)) in package.dependencies(), because in this case is: comptext [1] "\"1.2.3\" \"R \"" Best regards, Uwe Ligges --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = x86 os = Win32 system = x86, Win32 status = major = 1 minor = 2.3 year = 2001 month = 04 day = 26 language = R Windows NT 4.0 (build 1381) Service Pack 6 Search Path: .GlobalEnv, package:ctest, Autoloads, package:base -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ripley@stats.ox.ac.uk
2001-Jun-03 14:48 UTC
[Rd] update.packages() and parse(text="A B") (PR#966)
This is a known problem with gregmisc already reported to maintainer and fixed on my server (so it will propagate to CRAN shortly). An update to gregmisc is promised shortly. Something similar happens on Unix (which is where I spotted it). I think you need to REMOVE gregmisc to fix it. On Sun, 3 Jun 2001 ligges@statistik.uni-dortmund.de wrote:> Hi! > > I just used the following command on our NT-Server: > > update.packages() > Error in parse(file, n, text, prompt) : parse error > > The problem is caused by the package gregmisc: > > x <- CRAN.packages() > x[which(x == "gregmisc"),] > > Package Version Priority Bundle Depends > "gregmisc" "0.1.3" "NA" "NA" "R " > > > The error occurs in the line > > z[k] <- eval(parse(text = comptext)) > > in package.dependencies(), because in this case is: > > comptext > [1] "\"1.2.3\" \"R \"" > > > Best regards, > Uwe Ligges > > > --please do not edit the information below-- > > Version: > platform = i386-pc-mingw32 > arch = x86 > os = Win32 > system = x86, Win32 > status > major = 1 > minor = 2.3 > year = 2001 > month = 04 > day = 26 > language = R > > Windows NT 4.0 (build 1381) Service Pack 6 > > Search Path: > .GlobalEnv, package:ctest, Autoloads, package:base > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-- Brian D. Ripley, ripley@stats.ox.ac.uk 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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Warnes, Gregory R
2001-Jun-05 18:51 UTC
[Rd] update.packages() and parse(text="A B") (PR#966)
A fixed version of gregmisc has been uploaded. It should show up in CRAN shortly. -Greg > -----Original Message----- > From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk] > Sent: Sunday, June 03, 2001 10:49 AM > To: r-devel@stat.math.ethz.ch > Cc: R-bugs@biostat.ku.dk > Subject: Re: [Rd] update.packages() and parse(text="A B") (PR#966) > > > This is a known problem with gregmisc already reported to > maintainer and > fixed on my server (so it will propagate to CRAN shortly). > An update > to gregmisc is promised shortly. > > Something similar happens on Unix (which is where I spotted it). I > think you need to REMOVE gregmisc to fix it. > > > On Sun, 3 Jun 2001 ligges@statistik.uni-dortmund.de wrote: > > > Hi! > > > > I just used the following command on our NT-Server: > > > > update.packages() > > Error in parse(file, n, text, prompt) : parse error > > > > The problem is caused by the package gregmisc: > > > > x <- CRAN.packages() > > x[which(x == "gregmisc"),] > > > > Package Version Priority Bundle Depends > > "gregmisc" "0.1.3" "NA" "NA" "R " > > > > > > The error occurs in the line > > > > z[k] <- eval(parse(text = comptext)) > > > > in package.dependencies(), because in this case is: > > > > comptext > > [1] "\"1.2.3\" \"R \"" > > > > > > Best regards, > > Uwe Ligges > > > > > > --please do not edit the information below-- > > > > Version: > > platform = i386-pc-mingw32 > > arch = x86 > > os = Win32 > > system = x86, Win32 > > status > > major = 1 > > minor = 2.3 > > year = 2001 > > month = 04 > > day = 26 > > language = R > > > > Windows NT 4.0 (build 1381) Service Pack 6 > > > > Search Path: > > .GlobalEnv, package:ctest, Autoloads, package:base > > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. > -.-.-.-.-.-.-.-.-.- > > r-devel mailing list -- Read > http://www.ci.tuwien.ac.at/~hornik/R/R- > FAQ.html > > Send > "info", "help", or "[un]subscribe" > > (in > the "body", not the subject !) To: > r-devel-request@stat.math.ethz.ch > > > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. > _._._._._._._._._._ > > > > -- > Brian D. Ripley, ripley@stats.ox.ac.uk > 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 272860 (secr) > Oxford OX1 3TG, UK Fax: +44 1865 272595 > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. > -.-.-.-.-.-.-.-.-.- > r-devel mailing list -- Read > http://www.ci.tuwien.ac.at/~hornik/R/R- > FAQ.html > Send > "info", "help", or "[un]subscribe" > (in the > "body", not the subject !) To: r-devel-request@stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. > _._._._._._._._._._ > LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
gregory_r_warnes@groton.pfizer.com
2001-Jun-05 18:52 UTC
[Rd] update.packages() and parse(text="A B") (PR#966)
A fixed version of gregmisc has been uploaded. It should show up in CRAN shortly. -Greg > -----Original Message----- > From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk] > Sent: Sunday, June 03, 2001 10:49 AM > To: r-devel@stat.math.ethz.ch > Cc: R-bugs@biostat.ku.dk > Subject: Re: [Rd] update.packages() and parse(text="A B") (PR#966) > > > This is a known problem with gregmisc already reported to > maintainer and > fixed on my server (so it will propagate to CRAN shortly). > An update > to gregmisc is promised shortly. > > Something similar happens on Unix (which is where I spotted it). I > think you need to REMOVE gregmisc to fix it. > > > On Sun, 3 Jun 2001 ligges@statistik.uni-dortmund.de wrote: > > > Hi! > > > > I just used the following command on our NT-Server: > > > > update.packages() > > Error in parse(file, n, text, prompt) : parse error > > > > The problem is caused by the package gregmisc: > > > > x <- CRAN.packages() > > x[which(x == "gregmisc"),] > > > > Package Version Priority Bundle Depends > > "gregmisc" "0.1.3" "NA" "NA" "R " > > > > > > The error occurs in the line > > > > z[k] <- eval(parse(text = comptext)) > > > > in package.dependencies(), because in this case is: > > > > comptext > > [1] "\"1.2.3\" \"R \"" > > > > > > Best regards, > > Uwe Ligges > > > > > > --please do not edit the information below-- > > > > Version: > > platform = i386-pc-mingw32 > > arch = x86 > > os = Win32 > > system = x86, Win32 > > status > > major = 1 > > minor = 2.3 > > year = 2001 > > month = 04 > > day = 26 > > language = R > > > > Windows NT 4.0 (build 1381) Service Pack 6 > > > > Search Path: > > .GlobalEnv, package:ctest, Autoloads, package:base > > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. > -.-.-.-.-.-.-.-.-.- > > r-devel mailing list -- Read > http://www.ci.tuwien.ac.at/~hornik/R/R- > FAQ.html > > Send > "info", "help", or "[un]subscribe" > > (in > the "body", not the subject !) To: > r-devel-request@stat.math.ethz.ch > > > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. > _._._._._._._._._._ > > > > -- > Brian D. Ripley, ripley@stats.ox.ac.uk > 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 272860 (secr) > Oxford OX1 3TG, UK Fax: +44 1865 272595 > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. > -.-.-.-.-.-.-.-.-.- > r-devel mailing list -- Read > http://www.ci.tuwien.ac.at/~hornik/R/R- > FAQ.html > Send > "info", "help", or "[un]subscribe" > (in the > "body", not the subject !) To: r-devel-request@stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. > _._._._._._._._._._ > LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._