Skip to content
Prev 728 / 12125 Next

[R-pkg-devel] Namespace problem with pre-R 3.0.0 package

On 4 March 2016 at 08:51, Sebastien Moretti wrote:
| Is useDynLib enough for package with compiled code?

For the loading of the shared library, yes.

Your other importing and exporting of R functions is orthogonal to this.

Dirk