From 9c74eab7692589d1f1d40e07b750f2c763ead31e Mon Sep 17 00:00:00 2001 From: Jan Wijffels Date: Sat, 23 May 2020 11:59:05 +0200 Subject: [PATCH] r cmd check --- R/textplot_biterms.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/textplot_biterms.R b/R/textplot_biterms.R index 3f3c47f..d6fb1a8 100644 --- a/R/textplot_biterms.R +++ b/R/textplot_biterms.R @@ -180,7 +180,7 @@ textplot_bitermclusters.default <- function(x, biterms, displayterms <- data.table::setDF(displayterms) } ## R CMD check happy - topic <- .N <- term1 <- term2 <- select <- best_topic <- cooc <- name <- x <- y <- probability <- NULL + topic <- .N <- term1 <- term2 <- select <- best_topic <- cooc <- name <- x <- y <- probability <- topic_freq <- NULL if(!missing(which)){ displayterms <- displayterms[displayterms$topic %in% which, ]