metacran / metacranweb

Web pages for metacran
http://www.r-pkg.org
13 stars 6 forks source link

CRAN version badge fails for some packages #121

Closed klmr closed 1 year ago

klmr commented 1 year ago

Compare:

$ curl -ILs https://www.r-pkg.org/badges/version/Rcpp  | head -1
HTTP/2 200

$ curl -ILs https://www.r-pkg.org/badges/version/box | head -1
HTTP/2 404

(Obviously both packages are on CRAN, not archived, etc.)

gaborcsardi commented 1 year ago

Looks good now.

klmr commented 1 year ago

Ah, indeed. I did check repeatedly. And for an intermittent availability issue it’s a bit odd that some packages work while others don’t, isn’t it?

gaborcsardi commented 1 year ago

Some were in the cache, I guess.