Re: [Rd] checking dependencies in R code ... WARNING

2014-05-08 Thread Knut Krueger
Am 08.05.2014 09:34, schrieb Tobias Verbeke: Hi Knut, I was primarily referring to the issues reported on the line Hi Tobias, ok the warning is a little bit misleading, it was an additional use of require(foo) of the import packages in NAMESPACE and DESCRIPTION do you have a hint for this to

Re: [Rd] checking dependencies in R code ... WARNING

2014-05-08 Thread Tobias Verbeke
make use of ::: operators inside a package. Best, Tobias - Original Message - > From: "Knut Krueger" > To: r-devel@r-project.org > Sent: Thursday, May 8, 2014 8:59:43 AM > Subject: Re: [Rd] checking dependencies in R code ... WARNING > > Am 08.05.2014 08:35,

Re: [Rd] checking dependencies in R code ... WARNING

2014-05-08 Thread Knut Krueger
Am 08.05.2014 08:35, schrieb Tobias Verbeke: Hi Knut, The code will contain library or require statements, which do not belong there, but need to replaced by specifying the dependencies on these packages in the DESCRIPTION file (Depends / Imports field). For imports you also need to make sure th

Re: [Rd] checking dependencies in R code ... WARNING

2014-05-07 Thread Tobias Verbeke
statements. See http://cran.r-project.org/doc/manuals/R-exts.html#Package-Dependencies Best, Tobias - Original Message - > From: "Knut Krueger" > To: "R Devel List" > Sent: Thursday, May 8, 2014 8:15:03 AM > Subject: [Rd] checking dependencies in R code

[Rd] checking dependencies in R code ... WARNING

2014-05-07 Thread Knut Krueger
I am trying to update an unsupported package and got the warning: * checking dependencies in R code ... WARNING 'library' or 'require' calls not declared from: 'Hmisc' 'R2HTML' 'tcltk' Missing or unexported object: 'utils::.win32consoleCompletion' See the information on DESCRIPTION files in the c