Skip to content

Commit 8e145ce

Browse files
committed
Fix name space
1 parent c85efbf commit 8e145ce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ importFrom(stringi,stri_detect_fixed)
9191
importFrom(stringi,stri_replace_all_fixed)
9292
importFrom(stringi,stri_trans_totitle)
9393
importFrom(utils,head)
94+
importFrom(utils,packageVersion)

R/textmodel_lss.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ textmodel_lss <- function(x, ...) {
8181
#' @method textmodel_lss dfm
8282
#' @importFrom quanteda featnames meta check_integer dfm_group
8383
#' @importFrom Matrix colSums
84+
#' @importFrom utils packageVersion
8485
#' @export
8586
textmodel_lss.dfm <- function(x, seeds, terms = NULL, k = 300, slice = NULL,
8687
weight = "count", cache = FALSE,

0 commit comments

Comments
 (0)