Skip to content

Commit

Permalink
Update script.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru and m7pr authored Oct 2, 2024
1 parent 7ee10db commit 74b7a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ add_cache_to_minicran <- function(pkg, version, minicran_path) {
}
install_and_add_to_minicran <- function(ref, minicran_path) {
cli::cli_inform(sprintf("Installing and adding %s to miniCRAN...", ref))
x <- pak::pkg_install(ref)
x <- pak::pkg_install(ref, ask = FALSE)
for (i in seq_len(nrow(x))) {
i_package <- x$package[i]
i_version <- x$version[i]
Expand Down

0 comments on commit 74b7a6d

Please sign in to comment.