Re: [Rcpp-devel] Issues creating static library using Makevars

2020-06-27 Thread Dirk Eddelbuettel
Toby, Akhila, My bad, I'm sorry! So I went back glancing at https://cloud.r-project.org/web/checks/check_results_RInside.html and the only clear suggestion is that one would probably no longer get a package like that admitted. That is potentially bad news for your project. Sorry to be beare

Re: [Rcpp-devel] Issues creating static library using Makevars

2020-06-27 Thread Dirk Eddelbuettel
Toby, Well but not one of the questions raised by Akhila had anything to do with an static library. The questions were, in turn, about - not calling exit() and like - need to call ‘R_registerRoutines’, ‘R_useDynamicSymbols’ - not use system RNGs all of which are standard packaging issues,

Re: [Rcpp-devel] Issues creating static library using Makevars

2020-06-27 Thread Toby Hocking
Right, Writing R Extensions is a great reference. To clarify the question, we are developing a package like RInside, which contains some compiled C++ code that is not meant to be used from R main. We would like to distribute the C++ source code in an R package (like RInside), so we are trying to fi