Re: [R-pkg-devel] Question on a NOTE when testing a package

2017-05-10 Thread Jang Ik Cho
I see what you mean. Problem solved. I wasn't familiar with the structure since it's my first time submitting to CRAN. Thank you very much. Best Regards, Jang On Wed, May 10, 2017 at 6:51 PM, Uwe Ligges wrote: > > > On 11.05.2017 00:04, Jang Ik Cho wrote: > >> Thank you very much for the respo

Re: [R-pkg-devel] Question on a NOTE when testing a package

2017-05-10 Thread Uwe Ligges
On 11.05.2017 00:04, Jang Ik Cho wrote: Thank you very much for the response. I've already tried import from NAMESPACE but I got following message. checking package dependencies ... ERROR Namespace dependency not required: ‘MASS’ Come on, read Writing R Extensions. You have to declare it in

Re: [R-pkg-devel] Question on a NOTE when testing a package

2017-05-10 Thread Jang Ik Cho
Thank you very much for the response. I've already tried import from NAMESPACE but I got following message. checking package dependencies ... ERRORNamespace dependency not required: ‘MASS’ Is there any other solutions? - Jang Ik Cho, MS Ph.D. Candidate Department of Epidemiology and Biosta

Re: [R-pkg-devel] Question on a NOTE when testing a package

2017-05-10 Thread Uwe Ligges
Import from the MAS namespace. Best, Uwe Ligges On 10.05.2017 05:54, Jang Ik Cho wrote: I am getting the following messages as a note. checking R code for possible problems ... NOTE: no visible global function definition for ‘glm.nb’: no visible global function definition for