<div dir="ltr">I've used Roxygen to document my R classes<div>but having problems now documenting Rcpp exposed classes from my C++ code.</div><div><br></div><div>I am creating .Rd files manually and that partially solves the problem but looking for a better way.</div><div><br></div><div>I have a module expossing c++ classes Model and NormalModel.</div><div>Running R CMD check --as-cran I get:</div><div><br></div><div>Undocumented code objects:</div><div>'Model'</div><div><br></div><div>Undocumented S4 classes</div><div>'Rcpp_Model' 'Rcpp_NormalModel'</div><div><br></div><div>I managed to get the "undocumented code object" message to stop reporting "NormalModel" as undocumented by manually setting up a NormalModel-class.Rd file in man but can't get rid of Rcpp_NormalModel.</div><div><br></div><div>Is there a way to hide the classes with the Rcpp suffix, or what is the recommended way to fix this problem?</div><div><br></div><div>Thank you.</div><div><br></div><div>Luis</div><div><br></div><div><br></div></div>