Skip to content
Prev 10069 / 21312 Next

[Bioc-devel] A handful of check to follow up on R CMD BiocCheck

Hi Martin,

Thanks for spending the time and effort to refactor and integrate my code
into BiocCheck. I didn't intend to give you so much to think about !

For the record, I used the "checkFunctionLengths" method (now starting at
line 829 of checks.R) as a template to offer code somewhat homogenous with
what I could see in place already. I believe that function should also be
refactored using your new "Context" and "handleContext" helpers, right?

Side note:
Far from trying to compete with the BiocCheck Bioconductor package, I
couldn't help but update my "follow-up" "BiocCheckTools" Python code
<https://github.com/kevinrue/BiocCheckTools/blob/master/README.md> in the
meantime (sorry for unoriginal name, I'll take suggestions!) taking
Kasper's advice on board:

   - Single master file which runs everything and gives a report.
   - *Bonus*: each module can be run separately (line_chars; tab_width).
   - All line numbers are reported
   - Content of the line is not displayed
   - I didn't mark up TABs, but I indicate how many spaces they are made of
   (when not a multiple of 4)

All the best,
Kevin


On Wed, Nov 9, 2016 at 11:31 PM, Martin Morgan <
martin.morgan at roswellpark.org> wrote: