Skip to content

Commit

Permalink
Fix missing global variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Sep 10, 2017
1 parent 4369ad5 commit 7368f9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/PKNCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@
#' update.formula
#' @importFrom utils head sessionInfo
NULL

# To work with the use of dplyr's pipe within the exclude function
utils::globalVariables(".")

0 comments on commit 7368f9e

Please sign in to comment.