On 3 June 2013 at 19:31, Andreas Prescher wrote:
| Hello,
|
| Any help would be greatly
| appreciated
|
| I am trying to use the example
| testmod package by using:
|
| Rcpp.package.skeleton( "testmod", module = TRUE )
| and:
| R CMD INSTALL testmod
|
| system information:
| R version 3.0
This might be a documentation issue on our side, but you don't need to
call Module. The code that is generated loads the module directly when
teh package is loaded:
> require( testmod )
Le chargement a nécessité le package : testmod
Le chargement a nécessité le package : Rcpp
> hello()
Erreur :