Displaying 1 result from an estimated 1 matches for "analogueextra".
2019 Aug 24
0
Suggestions for improved checks on CRAN/R
...ntains the buildroot path, which should never happen. Another
example is TMB, but in this case the buildroot ends up in a binary
file, simple.so, that is compiled during the installation.
- Checks for incorrect NeedsCompilation. Some packages have this flag,
but nothing is compiled. E.g., reshape, analogueExtra, AGHmatrix...
- Checks for execution flags. The execution bit is enabled in many,
many files in many packages when it shouldn't (i.e., there's no
shebang). An example that comes to mind: Javascript files under "inst"
in shinyAce.
- Checks for incorrect versions in dependencies....