search for: memcompress

Displaying 15 results from an estimated 15 matches for "memcompress".

Did you mean: decompress
2010 Jul 09
2
Compress string memCompress/Decompress
...pressed considerably using standard gzip/bzip2 compression. In theory it should be much faster for me to compress/decompress a long string than to write the whole string to the hard drive and then read it back (not to mention the saved hard drive space). I have tried accomplishing this task using memCompress() and memDecompress() without success. It seems memCompress can only convert a character vector to raw type which cannot be treated as a string. Does anyone have ideas on how I can go about doing this, especially using the standard base packages? Thanks!, Erik > sessionInfo() R version 2.11...
2011 Mar 14
1
Tinycore & error in memCompress() in make check
Hi, I get the same error as mentioned in http://r.789695.n4.nabble.com/error-in-memCompress-in-make-check-td3318922.html I try to compile R 2.12.2 under Tinycore 3.5.1 running in VirtualBox 4.0.4. Since first xz was not installed I must have used the internal version which comes with the R source tar ball. But after installing the xz 5.0.0 extension the error remained. Any idea what el...
2010 Jun 21
1
need help when "make check" R-2.11.1
...************************************** I've tried to understand what's going on: -------------------------------------- # tail tests/Examples/base-Ex.Rout.fail screen log: ************************************** > ## xz compression is only worthwhile for large objects > txt.xz <- memCompress(txt, "x") Error in memCompress(txt, "x") : internal error 5 in memCompress Execution halted ************************************** It seems that the problem is related to xz software, but I've xz installed properly on my system and works fine to me. I am also pretty interes...
2010 Jan 14
1
memDecompress and zlib compressed base64 encoded string
Hi, I have zlib compressed strings (example is attached) and would like to decompress them using memDecompress ... I try this: > connection <- file("compressed.txt","r") > compressed <- readLines(connection) > memDecompress(as.raw(compressed),type="g") Error in memDecompress(as.raw(compressed), type = "g") : internal error -3 in
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...the other platforms use anyway. On my AIX7 VM I'm running out of memory in xz when lazy-loading is enabled which his odd - the VM has 4Gb which one would think should be enough. The symptom is that installing MASS fails when creating lazy-load rds or the same happens when running make check as memCompress() test for xz fails. I wish there was a way to disable xz altogether.. I'd like to get IBM compilers to work first since those are the official ones. I may try gcc later, but I'm really interested in the IBM ones because that gives us a good non-GNU test (e.g., TRE fails in JIT due some al...
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...platforms use anyway. > > On my AIX7 VM I'm running out of memory in xz when lazy-loading is enabled which his odd - the VM has 4Gb which one would think should be enough. The symptom is that installing MASS fails when creating lazy-load rds or the same happens when running make check as memCompress() test for xz fails. I wish there was a way to disable xz altogether.. > > I'd like to get IBM compilers to work first since those are the official ones. I may try gcc later, but I'm really interested in the IBM ones because that gives us a good non-GNU test (e.g., TRE fails in JIT du...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...s use anyway. >> >> On my AIX7 VM I'm running out of memory in xz when lazy-loading is enabled which his odd - the VM has 4Gb which one would think should be enough. The symptom is that installing MASS fails when creating lazy-load rds or the same happens when running make check as memCompress() test for xz fails. I wish there was a way to disable xz altogether.. >> >> I'd like to get IBM compilers to work first since those are the official ones. I may try gcc later, but I'm really interested in the IBM ones because that gives us a good non-GNU test (e.g., TRE fails...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote: > Nice catch you two!!! > > Happy New Year > -pd I am much happier with this great start! Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran? I have made some changes to configure(.ac) so maybe my problems are self-inflicted. But would be good to know what environment you are using. Thanks for looking - and
2009 Oct 26
0
R 2.9.0 is released
...batim. COMPRESSION o New function untar() to list or unpack tar archives, possibly compressed. This uses either an external 'tar' command or an internal implementation. o New function tar() to create (possibly compressed) tar archives. o New functions memCompress() and memDecompress() for in-memory compression and decompression. o bzfile() has a 'compress' argument to select the amount of effort put into compression when writing. o New function xzfile() for use with xz-compressed files. (This can also read file...
2009 Oct 26
0
R 2.9.0 is released
...batim. COMPRESSION o New function untar() to list or unpack tar archives, possibly compressed. This uses either an external 'tar' command or an internal implementation. o New function tar() to create (possibly compressed) tar archives. o New functions memCompress() and memDecompress() for in-memory compression and decompression. o bzfile() has a 'compress' argument to select the amount of effort put into compression when writing. o New function xzfile() for use with xz-compressed files. (This can also read file...
2009 Oct 26
0
R 2.10.0 is released
...batim. COMPRESSION o New function untar() to list or unpack tar archives, possibly compressed. This uses either an external 'tar' command or an internal implementation. o New function tar() to create (possibly compressed) tar archives. o New functions memCompress() and memDecompress() for in-memory compression and decompression. o bzfile() has a 'compress' argument to select the amount of effort put into compression when writing. o New function xzfile() for use with xz-compressed files. (This can also read file...
2009 Oct 26
0
R 2.10.0 is released
...batim. COMPRESSION o New function untar() to list or unpack tar archives, possibly compressed. This uses either an external 'tar' command or an internal implementation. o New function tar() to create (possibly compressed) tar archives. o New functions memCompress() and memDecompress() for in-memory compression and decompression. o bzfile() has a 'compress' argument to select the amount of effort put into compression when writing. o New function xzfile() for use with xz-compressed files. (This can also read file...
2020 Apr 24
0
R 4.0.0 is released
...t eventually and passing ...) now make use of a new optional width argument, avoiding the need for the user to set and reset options("width"). * memDecompress() supports the RFC 1952 format (e.g. in-memory copies of gzip-compressed files) as well as RFC 1950. * memCompress() and memDecompress() support long raw vectors for types "gzip" and "zx". * sweep() and slice.index() can now use names of dimnames for their MARGIN argument (apply has had this for almost a decade). * New function proportions() and marginSums(). These shou...
2020 Apr 24
0
R 4.0.0 is released
...t eventually and passing ...) now make use of a new optional width argument, avoiding the need for the user to set and reset options("width"). * memDecompress() supports the RFC 1952 format (e.g. in-memory copies of gzip-compressed files) as well as RFC 1950. * memCompress() and memDecompress() support long raw vectors for types "gzip" and "zx". * sweep() and slice.index() can now use names of dimnames for their MARGIN argument (apply has had this for almost a decade). * New function proportions() and marginSums(). These shou...
2020 Apr 24
0
R 4.0.0 is released
...t eventually and passing ...) now make use of a new optional width argument, avoiding the need for the user to set and reset options("width"). * memDecompress() supports the RFC 1952 format (e.g. in-memory copies of gzip-compressed files) as well as RFC 1950. * memCompress() and memDecompress() support long raw vectors for types "gzip" and "zx". * sweep() and slice.index() can now use names of dimnames for their MARGIN argument (apply has had this for almost a decade). * New function proportions() and marginSums(). These shou...