You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I'm new to lintr (I've seen the name here and there before, haven't dived into it). When I first quickly looked at it, it seemed to me that BiocCheck was already doing something similar.
If so, is the idea to have BiocCheck rely on lintr for all the formatting checks?
If so, it might be good to have an example .R file that fails the formatting checks to test this on as well as see if any auto-formatting tools like in #57 help resolve these issues or most of them.
Implement a
BiocLint()
function which takes in an.R
file(s) and returns lines in the code which need to be improved.lintr: https://github.com/jimhester/lintr#project-configuration
Goal: Create a new
.lintr
file (lintr configuration file)The text was updated successfully, but these errors were encountered: