Displaying 20 results from an estimated 1110 matches for "unzip".
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 comm...
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 t...
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/") : 'exdir' does not exist
only
unzip(tmp[1],exdir...
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.
--...
2010 Aug 31
1
odfWeave
Dear -r-helpers,
I'm trying to get my students to use odfWeave. Windows users are having
trouble. I would appreciate advice.
Comment 1:
Hello I have spent a while today trying to get odfWeave to be successful I
installed the unzip and zip program 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/odfWeave...
2011 Jan 23
1
odfWeave Error unzipping file in Win 7
Hey guys,
I?m just getting started with R (version 2.12.0) and odfWeave and kinda
stumble from one problem to the next, the current one is the following:
trying to use odfWeave:
> odfctrl <- odfWeaveControl(
+ zipCmd = c("C:/Program Files/unz552dN/VBunzip.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
U...
2006 Sep 19
1
odfWeave help
Hi R users
I haven'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...
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 m...
2018 Mar 29
2
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
...ted this package,
https://github.com/lucasmation/microdadosBrasil
which we are preparing for Cran submission. The package facilitates
downloading and reading most of the microdatasets (household surveys,
Census, etc). For each dataset it:
(a) downloads the data from the data providers
(b) "unzip" the necessary files
(c) imports the data into R.
For (b), some of the datasets come in .7z and .rar format which ideally
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...
2018 Mar 29
0
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
....com/lucasmation/microdadosBrasil
>
> which we are preparing for Cran submission. The package facilitates
> downloading and reading most of the microdatasets (household surveys,
> Census, etc). For each dataset it:
>
> (a) downloads the data from the data providers
> (b) "unzip" the necessary files
> (c) imports the data into R.
>
> For (b), some of the datasets come in .7z and .rar format which ideally
> 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
>...
2003 Jun 23
2
Problem with installation under R 1.7.1 and unzip
...g/bin/windows/contrib/1.7/PACKAGES'
Content type `text/plain' length 11255 bytes
opened URL
downloaded 10Kb
trying URL `http://www.bioconductor.org/bin/windows/contrib/1.7/Biobase_1.3.22.zip'
Content type `application/zip' length 444272 bytes
opened URL
downloaded 433Kb
Error in int.unzip(zipname, NULL, dest) : destination does not exist"
the function int.unzip doesn't exist in R and i don't know which destination must be specified to unzip packages and install it. In fact i am doing this manually now and it works using "Load package" but i won't do this...
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 OD...
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 ques...
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...
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 will be found on
the la...
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 = "file2")
utils::zip("files.zip", c("file1", "file2"))
#> adding: file1 (stored 0%)
#> adding: fil...
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/Confide...