Thanks for your replies. After a few more hours of searching, I found
the error.
I had the line
help/*
in my `.Rbuildignore`, which was the reason for the check error.
Best Johannes
On 14.07.2017 17:31, Dirk Eddelbuettel wrote:
On 14 July 2017 at 08:13, Qiang Kou wrote:
| Please share your
On 14 July 2017 at 08:13, Qiang Kou wrote:
| Please share your code.
And to quote R Core and CRAN member Uwe Ligges from his keynote last week:
If things don't work, use the command-line.
Do not use devtools, do not use RStudio.
Writing R Extensions explains everything in great detail. If
Please share your code.
KK
On 14 Jul 2017 12:31 a.m., "Johannes Signer" wrote:
> Dear Rcpp-Developers,
>
> I have an R-package with some Rcpp code. If I build and install the
> package (`devtools::build()` and `devtools::install()`) everything works
> fine.
>
> But, when I check the package for
Dear Rcpp-Developers,
I have an R-package with some Rcpp code. If I build and install the
package (`devtools::build()` and `devtools::install()`) everything works
fine.
But, when I check the package for CRAN submission (`devtools::check()`),
I keep getting the following error:
** testing i