We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d8ce6 commit 3dda5a3Copy full SHA for 3dda5a3
R/roxygen.R
@@ -87,7 +87,7 @@ roxygen_update_ns <- function(load = is_interactive()) {
87
88
if (load) {
89
ui_done("Loading {project_name()}")
90
- pkgload::load_all(quiet = TRUE)
+ pkgload::load_all(path = proj_get(), quiet = TRUE)
91
}
92
93
TRUE
0 commit comments