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 84ab4a8 commit 5cb5a2bCopy full SHA for 5cb5a2b
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