I get following error message: trying URL 'http://cran.stat.ucla.edu/bin/windows/contrib/2.15/xlsx_0.4.2.zip' Content type 'application/zip' length 365611 bytes (357 Kb) opened URL downloaded 357 Kb Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : cannot open the connection In addition: Warning messages: 1: In download.file(url, destfile, method, mode = "wb", ...) : downloaded length 9027584 != reported length 9041607 2: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file 3: In read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : cannot open compressed file 'xlsxjars/DESCRIPTION', probable reason 'No such file or directory' Has anyone else experienced this. Any way round it? Thanks -- View this message in context: http://r.789695.n4.nabble.com/Cannot-install-package-xlsx-tp4643054.html Sent from the R help mailing list archive at Nabble.com.
looks like a corrupt file. try again, or try another server. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. ramoss <ramine.mossadegh at finra.org> wrote:>I get following error message: > >trying URL >'http://cran.stat.ucla.edu/bin/windows/contrib/2.15/xlsx_0.4.2.zip' >Content type 'application/zip' length 365611 bytes (357 Kb) >opened URL >downloaded 357 Kb > >Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", >"Type")) : > cannot open the connection >In addition: Warning messages: >1: In download.file(url, destfile, method, mode = "wb", ...) : > downloaded length 9027584 != reported length 9041607 >2: In unzip(zipname, exdir = dest) : error 1 in extracting from zip >file >3: In read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) >: >cannot open compressed file 'xlsxjars/DESCRIPTION', probable reason 'No >such file or directory' > >Has anyone else experienced this. Any way round it? > >Thanks > > > >-- >View this message in context: >http://r.789695.n4.nabble.com/Cannot-install-package-xlsx-tp4643054.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 guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.
It looks like they are all corrupted. I tried several other CRAN sites across the world. How can we notify the package owner? -- View this message in context: http://r.789695.n4.nabble.com/Cannot-install-package-xlsx-tp4643054p4643142.html Sent from the R help mailing list archive at Nabble.com.
On 14.09.2012 15:30, ramoss wrote:> It looks like they are all corrupted. I tried several other CRAN sites across > the world. How can we notify the package owner?Take a look at the packages CRAN webpage: http://cran.r-project.org/web/packages/xlsx/index.html> > > > -- > View this message in context: http://r.789695.n4.nabble.com/Cannot-install-package-xlsx-tp4643054p4643142.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 guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >