Skip to content
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

Cache by file contents as well as expressions. #40

Closed
jimhester opened this issue Jan 24, 2015 · 1 comment
Closed

Cache by file contents as well as expressions. #40

jimhester opened this issue Jan 24, 2015 · 1 comment

Comments

@jimhester
Copy link
Member

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.

@jimhester
Copy link
Member Author

closed by 2fbfee2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant