Re: [Rd] Adding text comments to graphics device output files?

2013-07-31 Thread Simon Urbanek
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

Re: [Rd] Adding text comments to graphics device output files?

2013-07-31 Thread Simon Urbanek
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

[Rd] S3 internal and group generics

2013-07-31 Thread Hadley Wickham
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"

[Rd] Depends vs Imports

2013-07-31 Thread Paul Gilbert
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

Re: [Rd] Depends vs Imports

2013-07-31 Thread Simon Urbanek
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

Re: [Rd] Depends vs Imports

2013-07-31 Thread R. Michael Weylandt
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

Re: [Rd] Depends vs Imports

2013-07-31 Thread Paul Gilbert
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