Re: [Rd] "False" warning on "replacing previous import" when re-exporting identical object

2013-09-12 Thread Henrik Bengtsson
Just for the record, I did submit PR#15451: 'Bug 15451 - PATCH: namespaceImportFrom() not to warn when the identical object is imported twice' on 2013-09-10 https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15451 /Henrik On Mon, Sep 9, 2013 at 2:37 PM, Henrik Bengtsson wrote: > Any intellige

Re: [Rd] Importing packages in Depend

2013-09-12 Thread Henrik Bengtsson
On Thu, Sep 12, 2013 at 6:49 AM, Benjamin Hofner wrote: > Hi, > > I am currently preparing a new version of my package papeR. When I run R CMD > check using the development version of R I get the following note: > > Package in Depends field not imported from: ‘nlme’, ‘lme4’, ‘survival’ > These p

Re: [Rd] declaring package dependencies

2013-09-12 Thread Paul Gilbert
Michael (Several of us are struggling with these changes, so my comments are from the newly initiated point of view, rather than the fully knowledgeable.) On 13-09-12 09:38 AM, Michael Friendly wrote: I received the following email note re: the vcdExtra package A vcd update has shown that

Re: [Rd] declaring package dependencies

2013-09-12 Thread Duncan Murdoch
On 12/09/2013 9:38 AM, Michael Friendly wrote: I received the following email note re: the vcdExtra package > A vcd update has shown that packages TIMP and vcdExtra are not > declaring their dependence on colorspace/MASS: see > > http://cran.r-project.org/web/checks/check_results_vcdExtra.html B

[Rd] Importing packages in Depend

2013-09-12 Thread Benjamin Hofner
Hi, I am currently preparing a new version of my package papeR. When I run R CMD check using the development version of R I get the following note: Package in Depends field not imported from: ‘nlme’, ‘lme4’, ‘survival’ These packages needs to imported from for the case when this namespace is

[Rd] declaring package dependencies

2013-09-12 Thread Michael Friendly
I received the following email note re: the vcdExtra package A vcd update has shown that packages TIMP and vcdExtra are not declaring their dependence on colorspace/MASS: see http://cran.r-project.org/web/checks/check_results_vcdExtra.html But, I can't see what to do to avoid this, nor underst