Skip to content

Commit

Permalink
- remove install_NIADic help and exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
gogamza committed Jan 11, 2017
1 parent 370c87c commit fe46322
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
4 changes: 1 addition & 3 deletions R/manageDic.R
Expand Up @@ -382,7 +382,7 @@ restoreUsrDic <- function(ask=TRUE){
#' @export
#' @importFrom utils read.csv write.table
mergeUserDic <- function(newUserDic, append=TRUE, verbose=FALSE, ask=FALSE){
.Deprecated("buildDictionary()")
.Deprecated("buidDictionary()")
if(is.data.frame(newUserDic) == FALSE | ncol(newUserDic) != 2 | nrow(newUserDic) == 0 ){
stop("check 'newUserDic'.\n")
}
Expand Down Expand Up @@ -707,8 +707,6 @@ buildDictionary <- function(ext_dic='woorimalsam', category_dic_nms='', user_dic



#' install_NIADic
#'
#' @importFrom devtools install_url
install_NIADic <- function(){
#check 'NIADic' package installed
Expand Down
12 changes: 0 additions & 12 deletions man/install_NIADic.Rd

This file was deleted.

0 comments on commit fe46322

Please sign in to comment.