r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
99 stars 31 forks source link

Cloud reporting tweaks #271

Closed hadley closed 3 years ago

hadley commented 3 years ago
jimhester commented 3 years ago

It seems dangerous to have this be false by default

hadley commented 3 years ago

Why do you think it's dangerous? You can still easily get the information, and it's still displayed in the README.md. I find it frustrating because for testhat it's generating an extremely large file (>10 meg) and takes forever to finish.

hadley commented 3 years ago

@jimhester changed the default to TRUE since I don't care that much and this unblocks me for testthat.

jimhester commented 3 years ago

Because then it is very easy to miss that there are failures, and at least sometimes these failures are real issues that should be addressed.