Simon
Thanks, that helps a lot, but see below ..
On 13-07-31 08:35 PM, Simon Urbanek wrote:
On Jul 31, 2013, at 7:14 PM, Paul Gilbert wrote:
I am being asked to modernize the Depends line in the DESCRIPTION
file of some packages. Writing R Extensions says:
The general rules are
Packages wh
On Wed, Jul 31, 2013 at 7:35 PM, Simon Urbanek
wrote:
>
> On Jul 31, 2013, at 7:14 PM, Paul Gilbert wrote:
>
>> I am being asked to modernize the Depends line in the DESCRIPTION file of
>> some packages. Writing R Extensions says:
>>
>> The general rules are
>>
>> Packages whose namespace on
On Jul 31, 2013, at 7:14 PM, Paul Gilbert wrote:
> I am being asked to modernize the Depends line in the DESCRIPTION file of
> some packages. Writing R Extensions says:
>
> The general rules are
>
> Packages whose namespace only is needed to load the package using
> library(pkgname) mus
I am being asked to modernize the Depends line in the DESCRIPTION file
of some packages. Writing R Extensions says:
The general rules are
Packages whose namespace only is needed to load the package using
library(pkgname) must be listed in the ‘Imports’ field and not in
the ‘Depends
Hi all,
I've noticed a couple of small bugs/documentation errors related to S3
internal and group generics:
* In ?S3groupGeneric, log2 and log10 are not listed as group generics,
even though they are in the equivalent S4 groups, and are the source
code for do_log1arg contains DispatchGroup("Math"
On Jul 31, 2013, at 12:12 AM, Henrik Bengtsson wrote:
> Hi Duncan,
>
> this is perfect timing. Your
> https://github.com/duncantl/png/blob/master/testMeta.R example
> illustrates what I'm looking for.
>
> Yes, it would be great if this would be incorporated into the 'png' package.
>
Ok, I ha
On Jul 30, 2013, at 11:04 PM, Duncan Temple Lang wrote:
>
> Hi Henrik
>
> I have some extensions of Simon U's png package
> to read and write metadata elements for PNG.
> They are at
> https://github.com/duncantl/png.git
>
> When I have time to completely test them, maybe Simon
> may incorpo