sfirke / packagemetrics

A Package for Helping You Choose Which Package to Use
Other
134 stars 6 forks source link

available details not contained in the table #52

Closed IndrajeetPatil closed 3 years ago

IndrajeetPatil commented 3 years ago

For example, here last_issue_closed, contributors, etc. columns are empty, although these details are available.

Additionally, depends_count is incorrect for both packages.

library(packagemetrics)

ggstats_and_ggpubr <- package_list_metrics(c("ggstatsplot", "ggpubr"))

metrics_table(ggstats_and_ggpubr)
package published dl\_last\_month stars tidyverse\_happy has\_tests vignette last\_commit last\_issue\_closed contributors depends\_count reverse\_count
ggstatsplot 2020-10-31 6781 999 0.0 1 0
ggpubr 2020-06-27 230781 667 1.3 2 74

Created on 2020-11-27 by the reprex package (v0.3.0)

jsta commented 3 years ago

The depends_count numbers look OK to me. ggstatsplot only depends on "R (≥ 3.6.0)" and ggpubr depends on "R (>= 3.1.0), ggplot2".

jsta commented 3 years ago

I can confirm that pulling the Github fields last_issue_closed and contributors appears to be broken. Not just for these two example packages.

sfirke commented 3 years ago

closed in #53 by @jsta