revdepcheck
revdepcheck copied to clipboard
R package reverse dependency checking
There are two issues here: (1) disconnecting from some database used in `revedep_check()` and (2) cleaning up the `revdep/` folder. (1) When I run `revdep_check()` on a package I get...
first, thanks for this package -- it is an incredibly useful utility for our team, as we develop/maintain a suite of packages for network analysis `statnet` #162 suggests revdepcheck is...
Running the 2020-12-27 dev version of revdepcheck today on Windows 10, I twice got this error: ``` [0/34] 00:02:08 | ETA: ?s | (4) ballr [I], BARIS [I], BFS [CC]Error...
This keeps happening on Windows in various packages: ``` > revdepcheck::revdep_check("V8", num_workers=3) -- CHECK ------------------------------------------------------------ 37 packages -- √ colormap 0.1.4 -- E: 0 | W: 0 | N: 0...
I would prefer that revdepcheck writes to a folder that is outside of my package. R CMD check writes to package.Rcheck. Could you do something similar for revdepcheck? Perhaps `package.Revdep`...
Say you run revdepcheck to just find a small bug, which you then fix. When you then run revdepcheck again a few moments later, it'll rerun both 'old' and 'new'...
I'm currently doing a `revdep_check()` run of the `lme4` package with an up-to-date version of `revdepcheck` (1.0.0.9001), but for reasons I can't fathom I'm missing some package errors. Any help...
The extras package only has four reverse dependencies but 14 are tested - the other 10 appear to come from leaflet.extras ``` [master]d> revdepcheck::revdep_reset() [master]d> revdepcheck::revdep_check(num_workers = 4) ── INIT...
This seems to be a replicate of #162 ``` OS: Windows 10 R: 4.02, run via Rstudio 1.2.5 r-lib/revdepcheck@04fe390 r-lib/crancache@7ea4e47 ``` Error: ``` Error in read.dcf(file = tmpf) : cannot...