fix import issue
This commit is contained in:
parent
59412f64ad
commit
c64bfad5bb
@ -24,6 +24,8 @@ importFrom(data.table,data.table)
|
|||||||
importFrom(data.table,rbindlist)
|
importFrom(data.table,rbindlist)
|
||||||
importFrom(data.table,set)
|
importFrom(data.table,set)
|
||||||
importFrom(magrittr,"%>%")
|
importFrom(magrittr,"%>%")
|
||||||
|
importFrom(magrittr,add)
|
||||||
|
importFrom(magrittr,not)
|
||||||
importFrom(stringr,str_extract)
|
importFrom(stringr,str_extract)
|
||||||
importFrom(stringr,str_extract_all)
|
importFrom(stringr,str_extract_all)
|
||||||
importFrom(stringr,str_match)
|
importFrom(stringr,str_match)
|
||||||
|
|||||||
@ -7,6 +7,8 @@
|
|||||||
#' @importFrom data.table set
|
#' @importFrom data.table set
|
||||||
#' @importFrom data.table rbindlist
|
#' @importFrom data.table rbindlist
|
||||||
#' @importFrom magrittr %>%
|
#' @importFrom magrittr %>%
|
||||||
|
#' @importFrom magrittr not
|
||||||
|
#' @importFrom magrittr add
|
||||||
#' @importFrom data.table :=
|
#' @importFrom data.table :=
|
||||||
#' @importFrom stringr str_extract
|
#' @importFrom stringr str_extract
|
||||||
#' @importFrom stringr str_split
|
#' @importFrom stringr str_split
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user