Displaying 1 result from an estimated 1 matches for "abstractr".
Did you mean:
abstract
2019 Aug 24
0
Suggestions for improved checks on CRAN/R
...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. E.g., rtweet depends
on magrittr >= 1.5.0, and abstractr depends on gridExtra >= 2.3.0. It
should be 1.5 and 2.3 respectively. This may not be important on CRAN,
because version comparisons still work in R, but this fails in other
systems, such as RPM packaging.
- Checks for top-level directories. I suppose there are some already
in place, but e.g.,...