Skip to content

Commit

Permalink
Use utils
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 10, 2019
1 parent 6c82f96 commit ed0c2a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
language: R
sudo: false
cache: packages
latex: false

matrix:
include:
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Imports:
magrittr,
purrr,
rlang,
tibble
tibble,
utils
Suggests:
covr,
knitr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ importFrom(rlang,enquos)
importFrom(rlang,inform)
importFrom(rlang,set_names)
importFrom(rlang,warn)
importFrom(utils,isS3method)
1 change: 1 addition & 0 deletions R/imports.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' @importFrom rlang .data %||% enquos set_names inform warn abort
#' @importFrom dplyr filter select mutate group_by ungroup arrange
#' @importFrom glue glue
#' @importFrom utils isS3method
NULL

globalVariables(".")

0 comments on commit ed0c2a1

Please sign in to comment.