| Bioconductor link | link |
|---|---|
| CRAN link | link |
| Package version | <%= pkg$version%> |
| Strong dependencies | <%= df[pkg$package, "n_by_strong"]%> |
| All dependencies | <%= df[pkg$package, "n_by_all"]%> |
| Number of parent dependencies | <%= df[pkg$package, "n_parents"]%> |
| Gini index of parent heaviness | <%= round(df[pkg$package, "gini_index"], 2)%> |
| Heaviness on child packages | <%= round(df[pkg$package, "heaviness_on_children"], 1)%> |
| Number of child packages | <%= df[pkg$package, "n_children"]%> |
| Heaviness on downstream packages | <%= round(df[pkg$package, "heaviness_on_downstream"], 1)%> |
| Number of downstream packages | <%= df[pkg$package, "n_downstream"]%> |
Loading table...
Loading table...
Loading table...
Loading table...