Re: [R-pkg-devel] Documentation of Rcpp modules

2019-02-18 Thread Τόλης Χαλκής
Dear Duncan, Thank you very much for your email. That worked fine! -Tolis. On Mon, 18 Feb 2019 at 15:41, Duncan Murdoch wrote: > On 18/02/2019 6:08 a.m., Τόλης Χαλκής wrote: > > I am developing a Rcpp package in order to make a submission to CRAN. I > use > > modules for 4 C++ classes. I have

Re: [R-pkg-devel] Documentation of Rcpp modules

2019-02-18 Thread Duncan Murdoch
On 18/02/2019 6:08 a.m., Τόλης Χαλκής wrote: I am developing a Rcpp package in order to make a submission to CRAN. I use modules for 4 C++ classes. I have used the prompt function (`prompt(yada, "yada-module.Rd")`) using the names of my modules, in order to document the exposed classes. But I sti

[R-pkg-devel] Documentation of Rcpp modules

2019-02-18 Thread Τόλης Χαλκής
I am developing a Rcpp package in order to make a submission to CRAN. I use modules for 4 C++ classes. I have used the prompt function (`prompt(yada, "yada-module.Rd")`) using the names of my modules, in order to document the exposed classes. But I still get a warning when I perform the check using