Skip to content

Commit

Permalink
Merge pull request #111 from pawelru/main
Browse files Browse the repository at this point in the history
fix partial arg match
  • Loading branch information
gaborcsardi committed May 16, 2024
2 parents 48c1017 + e9d7714 commit 698d62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ cran_archive_list <- function(cran_mirror = default_cran_mirror(),
packages = NULL) {
get_archive_cache(cran_mirror)$list(
update_after = update_after,
package = packages
packages = packages
)
}

Expand Down

0 comments on commit 698d62b

Please sign in to comment.