Displaying 3 results from an estimated 3 matches for "unizipped".
Did you mean:
ungzipped
2009 Mar 24
3
mmonit - Permission denied errot
Greetings,
I just downloaded the mmonit from mmonit.com site on my CentOS box
untarred-unizipped it.
As per the documentation, I dutifully typed
./bin/mmonit
and it is refusing to run. I am running this as root and SELinux is disabled.
running it with strace spews the following (in entireity):
[begin]
# strace ./bin/mmonit
execve("./bin/mmonit", ["./bin/mmonit"], [/* 28...
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
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