Skip to content

Commit

Permalink
update return value of pkg-versions for ropensci-org#76
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jul 23, 2024
1 parent 5f4bd46 commit 903c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg-versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ registry_pkg_versions <- function (CRAN_only = TRUE) {
})
packages_other_dat <- do.call (rbind, packages_other_dat)

pkgs_all <- rbind (get_pkg_releases_data ("ropensci"), packages_other_dat) |>
rbind (get_pkg_releases_data ("ropensci"), packages_other_dat) |>
add_pkg_name (cm_path) |>
add_CRAN_version (CRAN_only = CRAN_only)
}
Expand Down

0 comments on commit 903c7ea

Please sign in to comment.