r-lib / revdepcheck

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

For the extras packages revdepcheck checks the reverse dependencies for extras and leaflet.extras #278

Open joethorley opened 3 years ago

joethorley commented 3 years ago

The extras package only has four reverse dependencies but 14 are tested - the other 10 appear to come from leaflet.extras

https://cran.r-project.org/web/packages/extras/index.html https://cran.r-project.org/web/packages/leaflet.extras/index.html

[master]d> revdepcheck::revdep_reset()
[master]d> revdepcheck::revdep_check(num_workers = 4)
── INIT ──────────────────────────────────────────────────────────────────── Computing revdeps ──
── INSTALL ──────────────────────────────────────────────────────────────────────── 2 versions ──
Installing CRAN version of extras
Installing DEV version of extras
── CHECK ───────────────────────────────────────────────────────────────────────── 14 packages ──
✓ animaltracker 0.1.0                    ── E: 0     | W: 0     | N: 1                           
✓ bcdata 0.2.0                           ── E: 0     | W: 0     | N: 0                           
I GPSeqClus 1.0.0                        ── E: 1     | W: 0     | N: 0                           
✓ leaflet.esri 1.0.0                     ── E: 0     | W: 0     | N: 0                           
✓ mapedit 0.6.0                          ── E: 0     | W: 0     | N: 1                           
✓ mcmcderive 0.1.0                       ── E: 0     | W: 0     | N: 1                           
✓ BIRDS 0.1                              ── E: 0     | W: 0     | N: 2                           
✓ mcmcr 0.3.0                            ── E: 0     | W: 0     | N: 0                           
✓ nlist 0.3.0                            ── E: 0     | W: 0     | N: 0                           
✓ pdxTrees 0.4.0                         ── E: 0     | W: 0     | N: 0                           
✓ simplevis 2.0.0                        ── E: 0     | W: 0     | N: 1                           
✓ oceanis 1.7.5                          ── E: 0     | W: 0     | N: 2                           
✓ term 0.3.0                             ── E: 0     | W: 0     | N: 0                           
✓ wallace 1.0.6.2                        ── E: 0     | W: 0     | N: 1                           
OK: 14                                                                                         
BROKEN: 0
Total time: 7 min
── REPORT ───────────────────────────────────────────────────────────────────────────────────────
Writing summary to 'revdep/README.md'
Writing problems to 'revdep/problems.md'
Writing failures to 'revdep/failures.md'
Writing CRAN report to 'revdep/cran.md'
[master]d>