Skip to content

Commit

Permalink
Miscellany discovered while doing something else
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 20, 2024
1 parent fdb4a72 commit c7a792c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/roxygen.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use_roxygen_md <- function(overwrite = FALSE) {
the conversion process."
))
}
ui_bullets(c("v" = "Run {.run devtools::document()} when you're done."))
ui_bullets(c("_" = "Run {.run devtools::document()} when you're done."))

return(invisible())
}
Expand Down
2 changes: 1 addition & 1 deletion R/tibble.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' * Prepare the roxygen directive necessary to import at least one function
#' from tibble:
#' - If possible, the directive is inserted into existing package-level
#' documentation, i.e. the roxygen snippet created by [use_package_doc()]
#' documentation, i.e. the roxygen snippet created by [use_package_doc()]
#' - Otherwise, we issue advice on where the user should add the directive
#'
#' This is necessary when your package returns a stored data object that has
Expand Down
2 changes: 1 addition & 1 deletion man/use_tibble.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7a792c

Please sign in to comment.