Skip to content

Commit ad57d5c

Browse files
committed
modify roxygen docs anchor
see #2603 load_all, reexports have no modifications this time, but when you create a document, it will automatically reflect the previous modifications.
1 parent 2aa51ef commit ad57d5c

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

R/check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#' CRAN, and hence can take a reasonable amount of time.
2828
#'
2929
#' * Debugging flags for the compiler, set by
30-
#' [`compiler_flags(FALSE)`][compiler_flags()].
30+
#' [`compiler_flags(FALSE)`][pkgbuild::compiler_flags()].
3131
#'
3232
#' * If `aspell` is found, `_R_CHECK_CRAN_INCOMING_USE_ASPELL_`
3333
#' is set to `TRUE`. If no spell checker is installed, a warning is issued.

R/remotes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with_pkgbuild_build_tools <- function(fun) {
2525
#'
2626

2727
#' These functions are re-exported from the remotes package. They differ only
28-
#' that the ones in devtools use the [ellipsis] package to ensure all dotted
28+
#' that the ones in devtools use the [ellipsis::check_dots_used] feature to ensure all dotted
2929
#' arguments are used.
3030
#'
3131
#' Follow the links below to see the documentation.

man/check.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/load_all.Rd

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reexports.Rd

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/remote-reexports.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)