ropensci-review-tools / pkgstats

Historical statistics of every R package ever
https://docs.ropensci.org/pkgstats/
17 stars 1 forks source link

[BUG] pkgstats hangs and doesn't return #51

Closed mpadge closed 2 years ago

mpadge commented 2 years ago

On leaps_1.0-3. It hangs on the remote server used to compile the archive trawl, and can also be reproduced locally.

mpadge commented 2 years ago

That happened because "leaps 1.0-3" does not even have a DESCRIPTION file, and the code was adapted from rprojroot and counted loops, yet failed to increment the counter. Easy fix. Stupid :bug:. All my fault.