account for platform when checking for existing entries
This commit is contained in:
parent
5d6ea71eb5
commit
ff9e19b8c6
1 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#' @export
|
||||
install_package_system_dependencies <- function(package_name,
|
||||
tag,
|
||||
platform = "redhat-9",
|
||||
platform = platform,
|
||||
local_clone_dir) {
|
||||
cli::cli_alert("{.fun install_package_system_dependencies}: Cloning package {.pkg {package_name[1]}} with tag {.field {tail(tag, 1)}}.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue