On 02/06/2017 05:22 AM, Aaron Taudt wrote:
Dear all,

I am trying to register the native routines in my package as recommended by
BiocCheck. I have done this previously for a package using C++ code.
However, for this package I am using Rcpp and I cannot figure out how to
register my native routines.

My first problem is that I don't know which routines I actually have to
register. Is it ithe ones in the auto-generated "RcppExports.cpp" file, or
the ones that the have the "// [[Rcpp::export]]" tag?

I have tried the Rcpp.package.skeleton() function, but this package doesn't
have native routine registration.

Registering native routines is a best practice, but not required and difficult (I think) to accomplish with Rcpp; I would not expend more effort on this.

Martin


Thanks for your help.

Aaron

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel



This email message may contain legally privileged and/or...{{dropped:2}}

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to