You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I cannot tell if a package does not exist, or just was not downloaded. For this I would need to cross-reference the crandb JSON db. Certainly possible, but somewhat cumbersome, so I haven't done it yet.
Note for myself. This could be implemented by getting the list of packages (active + archived) from crandb periodically, e.g. once a day, storing it in (say) Redis, and using that as a baseline.
E.g., for packages that don't exist:
http://cranlogs.r-pkg.org/downloads/total/last-day/doesnotexist
I would think a pkg that's not found would give a 404 - of course I know that package doesn't exist, but a machine doesn't know
The text was updated successfully, but these errors were encountered: