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 6290609 commit 3da0265Copy full SHA for 3da0265
R/roxygen2.R
@@ -97,7 +97,7 @@ roxygenize_with_cache <- function(key, dirs) {
97
" - id: roxygenize",
98
"
99
additional_dependencies:
100
- - r-lib/pkgapi\n\n"
+ - r-lib/pkgapi # replace `r-lib/pkgapi` with the package required\n\n"
101
))
102
} else if (inherits(out, "error")) {
103
rlang::abort(conditionMessage(out))
0 commit comments