Re: [Rd] inflate zlib compressed data using base R or CRAN package?

2013-11-29 Thread Simon Urbanek
On Nov 29, 2013, at 4:37 AM, Henrik Bengtsson wrote: > On Thu, Nov 28, 2013 at 4:48 PM, Simon Urbanek > wrote: >> On Nov 27, 2013, at 8:30 PM, Murray Stokely wrote: >> >>> I think none of these examples describe a zlib compressed data block inside >>> a binary file that the OP asked about, a

[Rd] How to catch warnings sent by arguments of s4 methods ?

2013-11-29 Thread Karl Forner
Hello, I apologized if this had already been addressed, and I also submitted this problem on SO: http://stackoverflow.com/questions/20268021/how-to-catch-warnings-sent-during-s4-method-selection Example code: setGeneric('my_method', function(x) standardGeneric('my_method') ) setMethod('my_method'

Re: [Rd] inflate zlib compressed data using base R or CRAN package?

2013-11-29 Thread Henrik Bengtsson
On Thu, Nov 28, 2013 at 4:48 PM, Simon Urbanek wrote: > On Nov 27, 2013, at 8:30 PM, Murray Stokely wrote: > >> I think none of these examples describe a zlib compressed data block inside >> a binary file that the OP asked about, as all of your examples are e.g. >> prepending gzip or zip header