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: > >>

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 Epidemiolog

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

2017-05-10 Thread Jang Ik Cho
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 ‘rnegbin’Undefined global functions or variables: glm.nb rnegbin Both glm.nb and rnegbin i