search for: zipcmd

Displaying 12 results from an estimated 12 matches for "zipcmd".

Did you mean: ipcmd
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 include the folders where they are installed, but still no luck. Any id...
2010 Mar 17
3
odfWeave Error
Hi All, This is probably basic, but I am just starting with R and very interested in learning how to automate my reports. I am just learning about Sweave and LaTex. I am following an example from online and am getting the following error: ....."Error unizipping file....unzip not found". I am not a programmer by any stretch, but I realize that the package is either not recognizing
2010 Mar 17
0
odfWeave: odt-file damaged
...ressing. In the case of Udo's example that would be: ####################################################################### #R code library(odfWeave) #odfWeave call odfWeave("c:/temp/odfWeave-test.odt", "c:/temp/odfWeave-test-out.odt", control = odfWeaveControl(zipCmd = c("7z a -tzip $$file$$ .", "7z x -tzip $$file$$"))) ####################################################################### That's all! In my case: Well, no, I had extra problems because 7z wasn't in my path and because there was a white space in the pa...
2009 Jul 06
1
odfWeave: odt-file damaged
...lescent Psychiatry Philipps University of Marburg, Germany ####################################################################### #R code library(odfWeave) #odfWeave call odfWeave("c:/temp/odfWeave-test.odt", "c:/temp/odfWeave-test-out.odt", control=odfWeaveControl(zipCmd = c("7z a -tzip $$file$$ .", "7z e -tzip $$file$$"))) ####################################################################### # Contents of my Open office document <<Initiate, results = hide, echo= FALSE>>= #First steps with odfWeave attach(iris) @ There...
2008 Jan 04
1
Help on odfWeave package
...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 unzip -o "simple.odt" Erreur dans odfWeave(demoFile, outputFile) : Error unzipping fileDe plus : Warning message:In system(zipCmd[2], invisible = TRUE) : unzip introuvable I already downloaded Wiz from Info-zip in my Program Files directory. I've also copied the directory in my Path in the "Environment Variables" as I was suggested to do but I keep on getting the same message. I've seen a message in this lis...
2009 Feb 04
1
odfweave sample code error
...> odfWeave(inFile, outFile) Copying c:/example1.odt Setting wd to C:\DOCUME~1\Srinivas\LOCALS~1\Temp\RtmpAgBGhm/odfWeave04172603473 Unzipping ODF file using unzip -o "example1.odt" Error in odfWeave(inFile, outFile) : Error unzipping file In addition: Warning message: In system(zipCmd[2], invisible = TRUE) : unzip not found thanks in advance, warm regards, srinivas statistical analyst. [[alternative HTML version deleted]]
2009 Mar 11
1
trying to run odfWeave()
...eave(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, which totally independent from the one above (I have an error in both cases...) : is RepportOdf.odt automatically generated/created or should I create the d...
2010 Aug 31
1
odfWeave
...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. Comment 2: I have been having the same problem as Mark for a few days now. After inputting the odfWeave command, the output looks normal up to this line: Unzipping ODF file using u...
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\Lo...
2006 Jul 29
0
Version 0.4.3 of odfWeave
...r's code is executed. - a bug fix for default plot device units (to prevent bitmap graphics from being 480x480 inches on non-Windows systems). - a check was inserted at the beginning of the odfWeave function to test for zipping/unzipping utilities. This is only done if the default value for zipCmd in odfWeaveControl was not used. A more meaningful error message is produced. - the manual is now a "legal" package vignette and accessible using vignette("odfWeave"). Thanks to Manuel Morales, Ronggui, Andrew Robinson, Frank Harrell and David Hajage for their help in finding...
2006 Jul 29
0
Version 0.4.3 of odfWeave
...r's code is executed. - a bug fix for default plot device units (to prevent bitmap graphics from being 480x480 inches on non-Windows systems). - a check was inserted at the beginning of the odfWeave function to test for zipping/unzipping utilities. This is only done if the default value for zipCmd in odfWeaveControl was not used. A more meaningful error message is produced. - the manual is now a "legal" package vignette and accessible using vignette("odfWeave"). Thanks to Manuel Morales, Ronggui, Andrew Robinson, Frank Harrell and David Hajage for their help in finding...
2010 Mar 17
0
Antw: odfWeave Error
Hi, I am using 7-zip for unzipping (http://www.7-zip.org/). Then odfWeaveControl needs to be set to odfWeaveControl(zipCmd=c("c:/programme/7-zip/7z a -tzip $$file$$","c:/programme/7-zip/7z x $$file$$ -aoa")) -> control where 'c:/programme/7-zip/' is the path to my 7-zip installation. You can then use control to set the control-parameter in odfWeave. Frank >>> Btibert3 <bt...