Skip to content

Commit

Permalink
Imports from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
lmullen committed Aug 22, 2015
1 parent d8679fa commit af7061c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export(gender)
export(gender_df)
export(install_genderdata_package)
import(dplyr)
importFrom(utils,data)
importFrom(utils,menu)
2 changes: 2 additions & 0 deletions R/gender-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
#' @title Gender: predict gender by name from historical data
#' @author \email{lincoln@@lincolnmullen.com}
#' @import dplyr
#' @importFrom utils data
#' @importFrom utils menu
NULL

0 comments on commit af7061c

Please sign in to comment.