revdepcheck
                                
                                 revdepcheck copied to clipboard
                                
                                    revdepcheck copied to clipboard
                            
                            
                            
                        R package reverse dependency checking
The actual implementation should probably be in processx or ps.
Instead of one giant `problems.md`. This would make life easier for large packages like testthat, and give more space to inline all test failures.
* Check that these files are saved in the database * Save complete test file and link to it from `problems.md`?
* Platform details - should be captured during `revdep_init()` * `libraries.csv` - should be captured `revdep_install()`. Will need new database tables, and new helpers to retrieve the results.
If you're re-checking the revdeps because you've made a change to your package, you shouldn't need to re-run the checks for the CRAN version.
* Need to have user facing `max_lines()` option * Should be moved to rcmdcheck?
Some packages fail, because they try to use `tcltk`, or plot to the default graphics device. We need a workaround for these, e.g. an alternate graphics device, or a headless...
For packages like rlang, the higher order revdeps of dplyr, purrr, and tidyr must be checked in addition to the first order revdeps of rlang. As discussed in #198, these...
Use `clean_tree = TRUE`.