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
The Rstudio Markers API #37 is easiest to use by just running devtools::lint(). However this is somewhat slow even when using caching because it has to lint every file in the package. If we cache the full file contents as well we can skip re-linting files which have not changed at all since the last time.
The text was updated successfully, but these errors were encountered:
The Rstudio Markers API #37 is easiest to use by just running
devtools::lint()
. However this is somewhat slow even when using caching because it has to lint every file in the package. If we cache the full file contents as well we can skipre-linting
files which have not changed at all since the last time.The text was updated successfully, but these errors were encountered: