Displaying 20 results from an estimated 8000 matches similar to: "unziping"
2018 Mar 29
2
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
I created 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
2018 Mar 29
0
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
r-package-devel is the right mailing list for your query, not here.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu, Mar 29, 2018 at 6:56 AM, Lucas Ferreira Mation
<lucasmation at gmail.com> wrote:
> I created
2006 Jun 30
2
aggregate data.frame by one column
Hi, everyone,
I have a data.frame named "eva" like this:
IND PARTNO VC1 EO1 EO2 EO3 EO4 EO5
114 114001 2 5 4 4 5 4
114 114001 2 4 4 4 4 4
114 114001 2 4 NA NA NA NA
112 112002 2 3 3 6 2 6
112 112002 2 1 1 3 4 4
112 112003 2 6 6 6 5 6
112 112003 2 5 7 6 6 6
112 112003 2 6 6 6 4 5
114 114004 2
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$$"))
>
>
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
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.
>
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 file using
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
2009 Mar 11
1
trying to run odfWeave()
Hi there !
I'm working with windows and R GUI and I'm trying to generate an automatic repport using odfWeave.
I have taken the basic template available on line at : http://www.biostat.uzh.ch/services/templates.html
which is SampleOdf.odt I've imported the package "odfWeave" and the corresponding library. And then I run :
> file.in="E:/Tex/SampleOdf.odt"
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
2009 Mar 19
1
zip.file.extract
Hello everyone,
Can anyone give me some hint/suggestion for unzipping a file in R? The
help file for "zip.file.extract" function seems to be difficult to
understand.
For example, the name of my zip file is "refGene.txt.gz", which is
located in "C:\Documents and Settings\Desktop\test1". I would like to
unzip this file to the same directory.
Here's
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
2009 Feb 04
1
odfweave sample code error
Hi R-team,
I am new user of R 2.8.1 in windows 2003 environment. I use Tinn-R as code
editor. When running the sample codes from odf manual the following error
occured.
I have winzip installed in my system. I used openoffice writer under windows
to create the example1.odt file.
can anybody help me out to fix the bug.
the code executed is as follows:
library(odfWeave)
> inFile <-
2009 Apr 26
1
Install packages not working in latest version?
Seems that the latest version R version 2.9.0 (2009-04-17)
has a glitch and will not install packages. Issue with unzipping?
Works fine with R version 2.8.1 (2008-12-22)
> install.packages("ff")
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://cran.fhcrc.org/bin/windows/contrib/2.9/ff_2.0.1.zip'
Content type 'application/zip' length
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
2008 Nov 12
2
odfweave
Dear all,
I am trying to use the function odfWeave. Unfortunately I cannot get
beyond the folllowing error message:
"
Error in odfWeave("Example3.rnw", "Example3.odf") :
Error unzipping odt file
"
Can anybody tell me, how to use this function?
Thanks,
Irina Ursachi.
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
2010 Feb 10
2
write.zip?
Can one write a zip file from R?
I want to create a file with a name like "dat.zip", being a zip
file containing "dat.csv". I can create "dat.csv", then call
"system('zip -r9 dat.zip dat.csv')". Is there a better way?
I can use "gzfile" to write a gz file, but I don't know how to
give that a structure that would
2007 Aug 09
1
odfWeave processing error, file specific
Hello,
I hope there is a simple explanation for this. I have been using
odfWeave with great satisfaction in R 2.5.0. Unfortunately, I cannot
get beyond the following error message with a particular file. I have
copied and pasted into new files and the same error pops up. It looks
like the error is occurring before any of the R code is run (?).
Any suggestions on how to track this down and fix
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/") :