Skip to content

Commit

Permalink
use rlang .data, plus add more pkg imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed May 31, 2019
1 parent f8a4bb7 commit 2b0e26f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ Imports:
learnr,
git2r,
stringi,
R.utils
R.utils,
utils,
tidyr,
rlang
Suggests:
testthat (>= 2.1.0),
covr
3 changes: 1 addition & 2 deletions R/campout-package.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#' @keywords internal
#' @import dplyr stringr
#' @import usethis
#' @import fs
#' @importFrom git2r in_repository status
#' @importFrom rlang .data
"_PACKAGE"

# The following block is used by usethis to automatically manage
Expand Down

0 comments on commit 2b0e26f

Please sign in to comment.