similar to: unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip

Displaying 20 results from an estimated 2000 matches similar to: "unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip"

2001 Nov 22
2
zlib location
I'm trying to build the 1.4.0 development version of R for Windows. I'll be posting problems as they arise, until I give up (or succeed), or someone asks me to stop. 1. I don't have zlib, the compression library. The source file gnuwin32/unzip/WHERE says to get it from ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.html; that web site says it has been closed and redirects me to
2016 Feb 03
5
CentOS 7, NSF, "feature" [SOLVED]
The issue: NFS fails to start in CentOS 7 if it cannot resolve any of a list of hosts. Well, my manager had to google to find the *truly* obscure solution that uses a deeply oddball syntax. In /usr/lib/systemd/system/nfs-server.service, you edit the following line so that it looks like this: ExecStartPre=-/usr/sbin/exportfs -r Notice the *deeply* weird syntax of "=-<cmd>". This
2004 Sep 10
2
nice idea
some times ago i was playing with coding, shannon theoremes and other stuff, i have tried without success to compress audio wave, and i have notice that simply oversampling audio material enacnhe a lot compression ratio i only take awav file, oversampled it by 20 tiimes and then compressi it using pkzip or rar. i don0't remember if i also do a CONSTANT PREDICTION, iony know that pkzip and
2016 Feb 03
0
CentOS 7, NSF, "feature" [SOLVED]
On Feb 3, 2016, at 8:57 AM, m.roth at 5-cent.us wrote: > > Notice the *deeply* weird syntax of "=-<cmd>?. That syntax comes from make(1), where it means the same thing. make(1) has been with us since 1977, so I?d think ?old and familiar? is a better description than ?deeply weird.? > And, I read in the manpage for systemd.service that if you precede it with > an @, it
2016 Feb 03
2
CentOS 7, NSF, "feature" [SOLVED]
El Mi?rcoles 03/02/2016, Warren Young escribi?: > On Feb 3, 2016, at 8:57 AM, m.roth at 5-cent.us wrote: > > Notice the *deeply* weird syntax of "=-<cmd>?. > > That syntax comes from make(1), where it means the same thing. make(1) has > been with us since 1977, so I?d think ?old and familiar? is a better > description than ?deeply weird.? > > > And, I read
1999 Mar 25
6
Using zip format for help pages, examples, etc.
At the Vienna meeting we discussed the problems encountered on some operating systems when storing many small files in a directory. In particular the directories $RHOME/library/base/help/, $RHOME/library/base/R-ex/, and $RHOME/library/base/data/ can take up an enormous amount of storage on the Macintosh or on Windows systems because the minimum amount of storage per distinct file is quite large.
2006 Jul 31
1
Fw: Files left open
I'm still stuggling with files left open. My app is a Dialogic application on a Win2K box. The host is running AIX 5.1 ML2 and samba 3.0.23a. Whenever my PC app speaks a prompt stored on the AIX box, the file stays open. smbstatus, fuser and lsof all agree the file is open. All other apps that I've tried, Winzip, pkzip, vi, etc., behave properly. I just can't believe this is a
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
2004 Apr 24
0
[PATCH] Support WinImage compressed floppies
The following patch allows memdisk to support compressed floppy images created by WinImage. WinImage creates a PKZIP-style archive with a single member, the .img (or .ima) file containing the floppy image. WinImage names such archives with a .imz extension. This patch lifts the header/trailer checking code from gunzip() to a new function, check_zip(), which both checks for a valid ZIP image and
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/") :
2001 Apr 06
1
error:*** zlib missing
Hi, my Name is Claudia Linares and in this moment, I try to install the SSH in a machine Sun with Solaris 2.7. When I want to compile the software openssh-2.5.1p1 ( with Compiler CC or with gcc), I execute the comand: ./configure but in this instant I view the following messages: config : error:*** zlib missing - please install first or check config .log The file config.log is this:
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:
2001 Oct 07
1
Installing Packages
Hello All, I have all the packages as .zip files in a folder, say zipfolder. Does "pkunzip -d c:\zipfolder\*.zip", while I am in the library folder of R home, install the packages just like installing each package individually from the RGui Packages menu? Thanks syed at saudionline.com.sa -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
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")) +
2004 Sep 10
0
nice idea
some times ago i was playing with coding, shannon theoremes and other stuff, i have tried without success to compress audio wave, and i have notice that simply oversampling audio material enacnhe a lot compression ratio i only take awav file, oversampled it by 20 tiimes and then compressi it using pkzip or rar. i don0't remember if i also do a CONSTANT PREDICTION, iony know that pkzip
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.
2009 May 05
1
Rcompression and Java Deflator
(this may be a duplicate post since I attached a file to the previous try...sorry about that) Below are the first few lines of a zlib compressed byte array written from Java with the Deflator class. > readBin("row_1",raw(),10000000) [1] 4c 45 50 e2 49 d5 86 bc 48 a1 32 5d 49 9d f5 90 48 e0 14 33 49 8f 54 6a 49 77 c9 48 48 d9 ec 56 47 91 48 f0 47 25 56 ef 47 b8 f5 7b 46 35 25 00
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