Skip to content
Prev 9728 / 10988 Next

[Rcpp-devel] best way of documenting Rcpp Modules

Hi Luis,

I recall having this problem, and I, too, had solved it by creating .Rd
files for the c++ class objects.

I don't have this error anymore, and I believe the main difference is that
I am curating my NAMESPACE file manually to only export the R functions
instead of everything ~ `exportPattern("^[[:alpha:]]+")`

You may want to give that a try.

If that doesn't work, it would help to see this issue as a minimal
reproducible example, e.g. a link to a GitHub repo.

Best,
--
Hao Ye
hye at ucsd.edu
On Tue, Aug 15, 2017 at 4:12 PM, Luis Avila <lmavila at gmail.com> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20170815/e9550d87/attachment.html>
Message-ID: <CAK1kXLzbsDe0kAmqa7AJuFTf6rnS7bGuJaqEPi+kGLBPWXBiGA@mail.gmail.com>
In-Reply-To: <99a9d5e650c0460b944fabbd57c2ded6@XCORE-CUB1.AD.UCSD.EDU>