Skip to content
Prev 2530 / 10988 Next

[Rcpp-devel] Rcpp Module Errors

I had the same problem before I realized that when a Module is loaded as
part of a package (instead of manually loading the shared lib) you don't
need the whole
just try
The exposed classes and functions are automatically made available in the
namespace of the package
Loading required package: Rcpp
test::bar               test::bla2              test::rcpp_hello_world
test::bla               test::foo               test::World
test::bla1              test::hello

Regards,
Jonas
On Wed, Jun 22, 2011 at 12:51 AM, Andrew Redd <amredd at gmail.com> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20110622/ee208ba4/attachment.htm>