Skip to content
Prev 3745 / 12125 Next

[R-pkg-devel] Executable file warning in CRAN check

I see the following warning on CRAN:

Result: WARN
    Found the following executable file:
     src/LZ4/LICENSE
    Source packages should not contain undeclared executable files.
    See section ?Package structure? in the ?Writing R Extensions? manual.
https://cran.r-project.org/web/checks/check_results_qs.html

This seems like a false positive since it's clearly not an executable,
but I'm wondering if there's anything I should do on my end?

Travers