Skip to content

Commit

Permalink
fixing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlngr committed Sep 3, 2017
1 parent d21428e commit eb02636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

export(bib2df)
export(df2bib)
import(dplyr)
importFrom(RCurl,url.exists)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(humaniformat,format_period)
importFrom(humaniformat,format_reverse)
importFrom(humaniformat,parse_names)
importFrom(magrittr,"%>%")
importFrom(stats,complete.cases)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
Expand Down
1 change: 1 addition & 0 deletions R/bib2df_gather.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' @importFrom stringr str_match
#' @importFrom stringr str_extract
#' @importFrom dplyr bind_rows
#' @importFrom dplyr as_data_frame
#' @importFrom stats complete.cases

bib2df_gather <- function(bib) {
Expand Down

0 comments on commit eb02636

Please sign in to comment.