Skip to content

Commit

Permalink
Merge branch 'master' into rk-573-riskmetric_cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Krajcik committed Aug 14, 2023
2 parents 3c6873b + 867f8fc commit 2205030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_packageDependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ packageDependenciesServer <- function(id, selected_pkg, user, changes, parent) {

purrr::map_df(pkginfo$name, ~get_versnScore(.x, loaded2_db(), cran_pkgs)) %>%
right_join(pkginfo, by = "name") %>%
select(package, type, name, version, score)
distinct(package, type, name, version, score)
}

})
Expand Down

0 comments on commit 2205030

Please sign in to comment.