add debug support to add_to_package_index
This commit is contained in:
parent
a40e81e783
commit
0f37c1407b
1 changed files with 3 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
|
||||
cli::cli_h2("Updating package index for package ({.pkg {package_name[1]}})")
|
||||
|
||||
add_to_package_index(package_name[1])
|
||||
add_to_package_index(package_name[1], debug = debug)
|
||||
|
||||
return(invisible(TRUE))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue