Skip to content

Commit

Permalink
import stats for setNames()
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 14, 2021
1 parent 6991660 commit e13e017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export(tidy_eval)
export(tidy_file)
export(tidy_source)
export(usage)
import(stats)
import(utils)
2 changes: 1 addition & 1 deletion R/tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#' @seealso \code{\link{parse}()}, \code{\link{deparse}()}
#' @references \url{https://yihui.org/formatR/} (an introduction to this
#' package, with examples and further notes)
#' @import utils
#' @import stats utils
#' @export
#' @example inst/examples/tidy.source.R
tidy_source = function(
Expand Down

0 comments on commit e13e017

Please sign in to comment.