search for: unzipping

Displaying 20 results from an estimated 1107 matches for "unzipping".

2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
Hello, I encountered some unexpected behavior of unzip when using info-zip's unzip instead of R's internal program. Specifically, unzip("file.zip", list=TRUE, unzip=/usr/bin/unzip) produces incorrect output if the zip archive has filenames with spaces, and results in an error if the zip archive includes an archive comment or file comments. Here is some code to reproduce along
2009 Mar 25
2
no internal function "int.unzip" in R 2.9 on Windows
Dear list, Using R 2.9, I have the following error on Windows when I try using .Internal(int.unzip(...)): > .Internal(int.unzip("test.zip",NULL, ".")) Error in .Internal(int.unzip("test.zip", NULL, ".")) : no internal function "int.unzip" The same error also happens with R 2.10 but not on R 2.8. And it does not happen with R 2.9 on Mac or
2007 Nov 17
1
odf and unzip: unzip not found
hi list members I am trying to use odfWeave with R 2.5.1 on Windows XP. however when running e.g. odfWeave(demoFile, outputFile) I get: Error in odfWeave(demoFile, outputFile) : Error unzipping file In addition: Warning message: unzip not found in: system(zipCmd[2], invisible = TRUE) presumably my zip and unzip are not set up correctly but I dont know how to do that. I installed zip and unzip from info-zip.org as suggested in the help file, and think I managed set my Windows path to in...
2016 Oct 07
1
unzip does not like a / at the end of path.
dir("inst/extdata/") dir("./inst/extdata/") dir("inst/extdata") works all fine, listing the directory content. but: unzip(tmp[1],exdir = "inst/extdata/") Error in unzip(tmp[1], exdir = "inst/extdata/") : 'exdir' does not exist unzip(tmp[1],exdir = "./inst/extdata/") Error in unzip(tmp[1], exdir = "inst/extdata/") :
2011 Jul 11
2
How unzip all files?
Hi I'm starting to use R in windows. I need unzip some files. Each of them are in different folders and subfolders. Names of folders have the same beginning of the name. [example:( ~ / M_ /P_ (...)/ (...)R(...)/*.zip)] I do not know the expression (character) necessary to call this direction and to unzip files are in each subfolder. Thank you. -- View this message in context:
2010 Aug 31
1
odfWeave
...m but it has not changed the error message.I have copied the error message below but I am sure it is the one others have experienced. > odfWeave('test.odt','testOut.odt') Copying test.odt Setting wd to C:\Users\Mark\AppData\Local\Temp\RtmpHPp0yb/odfWeave30211245749 Unzipping ODF file using unzip -o "test.odt" Error in odfWeave("test.odt", "testOut.odt") : Error unzipping file In addition: Warning message: In system(zipCmd[2], invisible = TRUE) : unzip not found Please advise on any way to get around this issue. I am running Windows 7. Co...
2011 Jan 23
1
odfWeave Error unzipping file in Win 7
...p.exe $$file$$ .", + "C:/Program Files/unz552dN/VBunzip.exe $$file$$")) > > odfWeave("C:/testat.odt", "C:/iris.odt", control = odfctrl) Copying C:/testat.odt Setting wd to D:\Users\egf\AppData\Local\Temp\Rtmpmp4E1J/odfWeave23103351832 Unzipping ODF file using C:/Program Files/unz552dN/VBunzip.exe "testat.odt" Fehler in odfWeave("C:/testat.odt", "C:/iris.odt", control = odfctrl) : Error unzipping file so I tried a few other unzipping programs like jar and 7-zip, but still the same problem occurs, I also t...
2006 Sep 19
1
odfWeave help
...9;t run odfWeave example, R give me: Setting wd to C:\DOCUME~1\MARIOM~1\CONFIG~1\Temp\Rtmph2Nzqb/odfWeave19070343633 Copying C:/ARCHIV~1/R/R-23~1.1/library/odfWeave/examples/simple.odt Decompressing ODF file using unzip -o "simple.odt" Erro en odfWeave(demoFile, outputFile) : Error unzipping file Adem?s: Warning message: unzip no encontrado I have installed WinZip, WinRar and I have downloaded unzip too, and uncompress into "C:/Archivos de programa/unzip" I don?t know how configure odfWeave so it find unzip can you help me ?????
2012 Sep 12
1
unzipping with ff
I've noticed that ff uses the unzip utility available on it's host OS to load datasets via ffload. It seems to work fine in linux, but when I try to use the package in Windows (hence dling Windows unzip utils) I get 2 errors, one telling me that the options aren't being passed to unzip correctly and another indicating that my filename is incorrect. First, does anyone know of an unzip
2018 Mar 29
2
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
...ly the package should unzip (or whatever the correct them for uncompacting these file types is) so that the underlying .txt or .csv files can be imported into R. Not being able to find a solution within R (R only deals with .zip files), we added a Rtools dependency, in order to use Rtools expanded unzipping capabilities on the .7z and .rar files. Is adding a Rtools dependency a bad practice for an R package? Is it even allowed by cran? I mean, it changes requires the installation of a standalone software (Rtools), which does not seem very user-friendly. Is there any alternative for unzipping .rar a...
2018 Mar 29
0
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
...or whatever the correct them for uncompacting > these file types is) so that the underlying .txt or .csv files can be > imported into R. > > Not being able to find a solution within R (R only deals with .zip files), > we added a Rtools dependency, in order to use Rtools expanded > unzipping capabilities on the .7z and .rar files. > > Is adding a Rtools dependency a bad practice for an R package? Is it even > allowed by cran? I mean, it changes requires the installation of a > standalone software (Rtools), which does not seem very user-friendly. > > Is there any alte...
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")) +
2003 Apr 29
1
Re: Unzip gz files in R under Windows
I tried zip.unpack to unzip a gz file under Windows and got "error 1 in extracting from zip file". Did I do something wrong or is there a better way of unziping a gz file in Windows? The gz file is fine as I could unzip it visually throught Windows. Thanks. Jianhua
2008 Jan 04
1
Help on odfWeave package
Hi R users ! I'm trying to use odfWeave package I have a problem with unzipping files : when I try to run the example given in odfWeave help I get this error message : Copying C:/Documents and Settings/stgduclos/Mes documents/R/win-library/2.6/odfWeave/examples/simple.odt Setting wd to C:\DOCUME~1\STGDUC~1\LOCALS~1\Temp\RtmpzfZ6ye/odfWeave04141446464 Unzipping ODF fi...
2009 Mar 11
1
trying to run odfWeave()
...e" and the corresponding library. And then I run : > file.in="E:/Tex/SampleOdf.odt" > file.out="E:/Tex/RepportOdf.odt" > odfWeave(file.in, file.out) Copying E:/Tex/SampleOdf.odt Setting wd to C:\DOCUME~1\Lore\LOCALS~1\Temp\RtmpSjnx0I/odfWeave11100313419 Unzipping ODF file using unzip -o "SampleOdf.odt" Erreur dans odfWeave(file.in, file.out) : Error unzipping file De plus : Warning message: In system(zipCmd[2], invisible = TRUE) : unzip introuvable Is there someone who has an idea of what's the problem here ? Then, I have a second question...
2010 Dec 21
1
Bug filed on unzip() function
Hi, A few days ago I filed a bug report on the unzip() function: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14462 I haven't gotten any comments yet, so I thought I'd ask for comments here. I also see on the description of R-devel that the list "also receives all (filtered, i.e. non-spam!) bug reports from R-bugs", but I don't see it here. Eventually I would
2010 Mar 13
3
How can I access a ZIP file that's over 2Gb?
I have a zip file. It is over 2Gb in size: -rw-r--r-- 1 sweh sweh 2383956582 Mar 13 13:44 test.zip The standard "unzip" program barfs: % unzip -l test.zip Archive: test.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment
2012 Aug 28
1
Unzip files from the given path to the destination path
Hi, Any idea to - Unzip files from a given path and sub-folders to the destination path ? - Thanks Antony. -- View this message in context: http://r.789695.n4.nabble.com/Unzip-files-from-the-given-path-to-the-destination-path-tp4641549.html Sent from the R help mailing list archive at Nabble.com.
2017 Dec 20
1
utils::unzip ignores overwrite argument, effectively
It does give a warning, but then it overwrites the files, anyway. Reproducible example below. This is R 3.4.3, but it does not seem to be fixed in R-devel: https://github.com/wch/r-source/blob/4a9ca3e5ac6b19d7faa7c9290374f7604bf0ef64/src/main/dounzip.c#L171-L174 FYI, G?bor dir.create(tmp <- tempfile()) setwd(tmp) cat("old1\n", file = "file1") cat("old2\n", file
2009 May 27
1
no internal function "int.unzip" in R 2.9.0 for Windows
> library(R2HTML) Loading required package: R2HTML Error in .Internal(int.unzip(zipname, NULL, dest)) : no internal function "int.unzip" Error : .onLoad failed in 'loadNamespace' for 'R2HTML' Error: package 'R2HTML' could not be loaded Version: R 2.9.0 for Windows ****Internet Email Confidentiality Footer**** Privileged/Confidential