Hi Laurent,
On 27 May 2011 at 17:17, Laurent Gatto wrote:
| Dear all,
|
| A basic packages with Rcpp modules produces the warning described
| below, that I would ideally, with your help, get rid of.
|
| Rscript -e "require(Rcpp); Rcpp.package.skeleton(module=FALSE)"
| R CMD check anRpackage
|
Dear all,
A basic packages with Rcpp modules produces the warning described
below, that I would ideally, with your help, get rid of.
Rscript -e "require(Rcpp); Rcpp.package.skeleton(module=FALSE)"
R CMD check anRpackage
produces obvious warnings related to badly formatted documentation and
licen
Hi everybody,
Just in case anyone is interested: I managed to come up with a solution that
works at least for my case, but unfortunately it doesn't solve much of the
general problem:
save:
I found a function in my code where I can assume that the objects are in a
final state, and which is cal