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

2016-03-04 Thread Dirk Eddelbuettel
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 -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

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

2016-03-04 Thread Sébastien Moretti
Great! Thanks for your explanation Le 04/03/2016 17:55, Dirk Eddelbuettel a écrit : 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 orthog