-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make BiocCheck output legible. #179
Comments
I have had similar concerns. But I think it would be helpful to look closely at all available functionality and give a clear suggestion on revision -- even before putting the offered work in -- and the offer is truly appreciated. Here's an example. The current devel image of GenomicRanges is broken, crashes BiocCheck. But with a small change to one of the vignettes, I can do
where R is running in the folder enclosing a checkout of GenomicRanges sources. Now
I don't have to read the output to find the ERROR class and statement.
is also useful, and more details can be extracted. There is also the log file in the GenomicRanges.BiocCheck folder created by BiocCheck. I am somewhat familiar with the cli API, but I am not completely clear on what aspects of its formatting in, e.g., rcmdcheck, are needed here. |
Hi Nick, @nick-robo
Hi Vince, @vjcitn |
Currently, BiocCheck outputs a bunch of red text which make it very difficult to read and for users to quickly identify what is wrong and what is working as expected.
Is there a specific reason why BiocCheck doesn't implement user-friendly outputs, such as
rcmdcheck
anddevtools
, by using thecli
package?I would be happy to put some work into this if it's not something that was already considered.
The text was updated successfully, but these errors were encountered: