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 :
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.1 (2013-05-16)
Platform: x86_64-pc-linux-gnu (64-bit),
ubuntu 12.04 LTS
/usr