Skip to content
Prev 10299 / 10988 Next

[Rcpp-devel] Upload library with object files

On Wed, 20 Feb 2019 at 09:33, Sergio Bra <sergio.bra88 at gmail.com> wrote:
It's a recommendation because there may be unavoidable exceptions. But
in general, take it as a "must".
In short, yes, don't do that. And anyway, what's the point if you have
the source code of these libraries? Just provide it with the proper
setup to compile them during package installation. There are plenty of
examples on CRAN of packages bundling third-party libraries.

I?aki