Re: [Rcpp-devel] Symbol registration in packages with module classes

2017-03-09 Thread Serguei Sokol
Le 08/03/2017 à 17:16, Dirk Eddelbuettel a écrit : On 6 March 2017 at 10:11, Serguei Sokol wrote: | Le 04/03/2017 à 20:41, Nathan Russell a écrit : | > To summarize an issue I recently encountered, | > | > - Beginning in R 3.4, R CMD check will (likely) expect users to register symbols for nati

Re: [Rcpp-devel] Symbol registration in packages with module classes

2017-03-08 Thread Dirk Eddelbuettel
On 6 March 2017 at 10:11, Serguei Sokol wrote: | Le 04/03/2017 à 20:41, Nathan Russell a écrit : | > To summarize an issue I recently encountered, | > | > - Beginning in R 3.4, R CMD check will (likely) expect users to register symbols for native routines (see e.g. this discussion: | > https://gi

Re: [Rcpp-devel] Symbol registration in packages with module classes

2017-03-06 Thread Serguei Sokol
Le 04/03/2017 à 20:41, Nathan Russell a écrit : To summarize an issue I recently encountered, - Beginning in R 3.4, R CMD check will (likely) expect users to register symbols for native routines (see e.g. this discussion: https://github.com/RcppCore/Rcpp/issues/636) I came across the same issu

[Rcpp-devel] Symbol registration in packages with module classes

2017-03-04 Thread Nathan Russell
To summarize an issue I recently encountered, - Beginning in R 3.4, R CMD check will (likely) expect users to register symbols for native routines (see e.g. this discussion: https://github.com/RcppCore/Rcpp/issues/636) - Generally speaking, the function tools::package_native_routine_registration_