Rcpp Rcpp.package.skeleton(“mypackage”) “rcpp_hello_world” not available for .Call() for package “mypackage”

后端 未结 3 674
夕颜
夕颜 2021-02-05 07:46

I\'ve managed to get the Rcpp.package.skeleton to INSTALL in Windows by the following commands at the R prompt -

Rcpp.package.skeleton(\"mypackage\"         


        
3条回答
  •  遥遥无期
    2021-02-05 08:00

    FWIW, I just got a similar error while retrofitting an existing R-only package with Rcpp, and the problem was a missing useDynLib(mypackage) in NAMESPACE.

提交回复
热议问题