fix some missing imports
This commit is contained in:
parent
a524a51a06
commit
8bbe45eed2
@ -21,3 +21,5 @@ importFrom(data.table,data.table)
|
|||||||
importFrom(data.table,rbindlist)
|
importFrom(data.table,rbindlist)
|
||||||
importFrom(magrittr,"%>%")
|
importFrom(magrittr,"%>%")
|
||||||
importFrom(stringr,str_extract)
|
importFrom(stringr,str_extract)
|
||||||
|
importFrom(stringr,str_extract_all)
|
||||||
|
importFrom(stringr,str_split)
|
||||||
|
|||||||
@ -6,7 +6,9 @@
|
|||||||
#' @importFrom magrittr %>%
|
#' @importFrom magrittr %>%
|
||||||
#' @importFrom data.table :=
|
#' @importFrom data.table :=
|
||||||
#' @importFrom data.table rbindlist
|
#' @importFrom data.table rbindlist
|
||||||
#' @importFrom stringr str_extract
|
#' @importFrom stringr str_extract_all
|
||||||
|
#' @importFrom stringr str_split
|
||||||
|
#'
|
||||||
#' @param params the list of parameters. Commonly used ones are:
|
#' @param params the list of parameters. Commonly used ones are:
|
||||||
#' \itemize{
|
#' \itemize{
|
||||||
#' \item \code{objective} objective function, common ones are
|
#' \item \code{objective} objective function, common ones are
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user