We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3447b9 commit 8be345cCopy full SHA for 8be345c
1 file changed
R/install.R
@@ -87,6 +87,7 @@ install <- function(
87
withCallingHandlers(
88
pak::local_install_deps(
89
pkg$path,
90
+ lib = .libPaths(),
91
upgrade = upgrade,
92
dependencies = dependencies || isTRUE(build_vignettes)
93
),
@@ -96,6 +97,7 @@ install <- function(
96
97
cli::cat_rule("pak::local_install_deps()", col = "cyan")
98
99
100
101
102
103
)
0 commit comments