ropensci-review-tools / pkgstats

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

Get back on CRAN #55

Open mpadge opened 2 months ago

mpadge commented 2 months ago

Got kicked off because package downloads binary objects in https://github.com/ropensci-review-tools/pkgstats/blob/main/configure#L4 and https://github.com/ropensci-review-tools/pkgstats/blob/main/tools/winlibs.R#L2-L3. Need to remove these and rewrite as optional internal functionality for windows and macos.

mpadge commented 2 weeks ago

Can now use the ami package function on_cran via https://github.com/briandconnelly/ami/issues/14 to auto-download and install ctags binaries for windows + macos when !ami::on_cran().

mpadge commented 2 weeks ago

Can't submit until resolution of of https://github.com/r-lib/cpp11/issues/355 ...