Skip to content

Commit

Permalink
Fix doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 25, 2023
1 parent 65f455a commit 96d788f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions R/s3_drake_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ drake_deps_impl <- function(expr, exclude = character(0), restrict = NULL) {
#' @param file_in Literal static file paths enclosed in [file_in()].
#' @param file_out Literal static file paths enclosed in [file_out()].
#' @param knitr_in Literal static file paths enclosed in [knitr_in()].
#' @param restrict Optional character vector of allowable names of globals.
#' If `NULL`, all global symbols are detectable. If a character vector,
#' only the variables in `restrict` will count as global variables.
#' @examples
#' if (FALSE) { # stronger than roxygen dontrun
#' new_drake_deps()
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ weak_tibble <- function(..., .force_df = FALSE) {
#' @keywords internal
#' @return Nothing.
#' @param desc Character, description of the example.
#' @param ... Code to run.
#' @param code Code to run.
isolate_example <- function(desc, code) {
new <- tempfile()
dir.create(new)
Expand Down
2 changes: 1 addition & 1 deletion man/isolate_example.Rd

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

4 changes: 0 additions & 4 deletions man/new_drake_deps.Rd

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

0 comments on commit 96d788f

Please sign in to comment.