Skip to content

Commit

Permalink
Remove unnecessary \donrun{}
Browse files Browse the repository at this point in the history
  • Loading branch information
mgirlich committed Nov 14, 2022
1 parent f1ff643 commit 5d0b4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/lcols.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lcols <- function(..., .default = zap()) {
#' @export
#' @return A tibblify field collector.
#' @examples
#' \dontrun{lcol_lgl("a")}
#' lcol_lgl("a")
lcol_lgl <- function(path, .default = zap(), .parser = NULL) {
lifecycle::deprecate_warn("0.2.0", "lcol_lgl()", "tib_lgl()")
tib_lgl(path, required = is_zap(.default), fill = if (!is_zap(.default)) .default, transform = .parser)
Expand Down
2 changes: 1 addition & 1 deletion man/lcol_lgl.Rd

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

0 comments on commit 5d0b4e7

Please sign in to comment.