diff --git a/R/pkg-versions.R b/R/pkg-versions.R index 1fe4926..ddb2420 100644 --- a/R/pkg-versions.R +++ b/R/pkg-versions.R @@ -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) }