Skip to content

Commit 5cb5a2b

Browse files
more clear message
1 parent 84ab4a8 commit 5cb5a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/roxygen2.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ roxygenize_with_cache <- function(key, dirs) {
9797
" - id: roxygenize",
9898
"
9999
additional_dependencies:
100-
- r-lib/pkgapi\n\n"
100+
- r-lib/pkgapi # replace `r-lib/pkgapi` with the package required\n\n"
101101
))
102102
} else if (inherits(out, "error")) {
103103
rlang::abort(conditionMessage(out))

0 commit comments

Comments
 (0)