search for: foundpkgs

Displaying 9 results from an estimated 9 matches for "foundpkgs".

2005 Jul 29
3
Error Downloading Matrix Package
...'Matrix' successfully unpacked and MD5 sums checked Error: cannot remove prior installation of package 'Matrix' > traceback() 4: stop(sprintf(gettext("cannot remove prior installation of package '%s'"), curPkg), domain = NA, call. = FALSE) 3: unpackPkg(foundpkgs[okp, 2], foundpkgs[okp, 1], lib, installWithVers) 2: .install.winbinary(pkgs = pkgs, lib = lib, contriburl = contriburl, method = method, available = available, destdir = destdir, installWithVers = installWithVers, dependencies = dependencies) 1: install.packages("Matrix")...
2009 Apr 28
1
Cannot update.packages (error message)
When trying to update (various) packages using update.packages() I get the following error message for various packages package 'fBasics' successfully unpacked and MD5 sums checked Error in unpackPkg(foundpkgs[okp, 2L], foundpkgs[okp, 1L], lib) : malformed bundle DESCRIPTION file, no Contains field > This happens with other packages besides fBasics (Matrix, as well as others) and I have switched mirrors and the same thing occurs. Any suggestions? Best regards, Patrick Win XP SP3 R version 2.9.0...
2009 Apr 28
1
R-2.9.0 malformed bundle DESCRIPTION file, no Contains field
When trying to update (various) packages using update.packages() I get the following error message for various packages package 'fBasics' successfully unpacked and MD5 sums checked Error in unpackPkg(foundpkgs[okp, 2L], foundpkgs[okp, 1L], lib) : malformed bundle DESCRIPTION file, no Contains field > This happens with other packages besides fBasics (Matrix, as well as others) and I have switched mirrors and the same thing occurs. Any suggestions? Best, Patrick Win XP SP3 R version...
2004 Oct 22
2
install.packages question / suggestion
...<- .packages(all.available = TRUE) repeat { if(any(miss <- ! p1 %in% row.names(available))) { cat("dependencies ", paste(sQuote(p1[miss]), sep=", "), @@ -54,6 +54,8 @@ } } + pkgs <- pkgs[ ! pkgs %in% have ] + foundpkgs <- download.packages(pkgs, destdir = tmpd, available = available, contriburl = contriburl, method = method) Best Regards, Thomas Stabla -------------- next part -------------- --- install.packages.R 2004-10-02 19:07:34.000000000 +0200 +++ install.packages....
2008 Mar 07
2
Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"
...ble reason 'No such file or directory' Error in gzfile(file, "r") : unable to open connection > traceback() 6: gzfile(file, "r") 5: read.dcf(file.path(curPkg, "DESCRIPTION"), c("Package", "Version", "Type")) 4: unpackPkg(foundpkgs[okp, 2], foundpkgs[okp, 1], lib, installWithVers) 3: .install.winbinary(pkgs = pkgs, lib = lib, contriburl = contriburl, method = method, available = available, destdir = destdir, installWithVers = installWithVers, dependencies = dependencies) 2: install.packages(NULL, .libPaths()[1...
2003 Aug 15
3
How to reinstall rpart?
...' Content type `text/plain; charset=iso-8859-1' length 12560 bytes opened URL downloaded 12Kb trying URL `http://cran.r-project.org/bin/windows/contrib/1.7/rpart_3.1-12.zip' Content type `application/zip' length 231827 bytes opened URL downloaded 226Kb Error in unpackPkg(foundpkgs[okp, 2], pkgnames[okp], lib, installWithVers) : Can not remove prior installation of package ?????????????????????????????????????????????????????????????? Evidently I need to uninstall first, but I can?t figure out how. I?ve looked in the pdf manuals, in the R FAQ, and in the R for Win...
2004 Jul 15
1
lattice (PR#7093)
...ce graphics... I receieve the following: trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/lattice_0.9-16.zip' Content type `application/zip' length 496618 bytes opened URL downloaded 484Kb package 'lattice' successfully unpacked and MD5 sums checked Error in unpackPkg(foundpkgs[okp, 2], pkgnames[okp], lib, installWithVers) : Can not remove prior installation of package
2004 Apr 28
2
Problem in Installing Package from CRAN...
.../PACKAGES' Content type `text/plain; charset=iso-8859-1' length 17113 bytes opened URL downloaded 16Kb trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/gregmisc_0.10.2.zip' Content type `application/zip' length 594089 bytes opened URL downloaded 580Kb Error in unpackPkg(foundpkgs[okp, 2], pkgnames[okp], lib, installWithVers) : Unable to create temp directory C:/PROGRA~1/R/rw1090/library\file2869 > Thanks in advance for any help. Minghua [[alternative HTML version deleted]]
2003 Jun 23
2
Problem with installation under R 1.7.1 and unzip
Dear all, i was working under R 1.6.2 but i wanted to install bioconductor under WinXP, and because R 1.7.1 contains the TclTk package and automatic installation of bioconductor packages, so i install it. Everything is fine except this message which appear after the installation of packages. "> local({a<- CRAN.packages(CRAN=getOption("BIOC")) +