small change in import lib

This commit is contained in:
El Potaeto 2015-01-09 11:07:53 +01:00
parent 10f755e055
commit 9d6eecf34e
2 changed files with 1 additions and 2 deletions

View File

@ -32,6 +32,5 @@ importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)

View File

@ -4,7 +4,7 @@
#'
#' @importFrom magrittr %>%
#' @importFrom stringr str_split
#' @importFrom stringr str_replace_all
#' @importFrom stringr str_replace
#' @param model the model object.
#' @param fname the name of the text file where to save the model. If not provided or set to \code{NULL} the function will return the model as a \code{character} vector.
#' @param fmap feature map file representing the type of feature.