Skip to content

Commit

Permalink
r cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 23, 2020
1 parent cadcc4a commit 9c74eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/textplot_biterms.R
Original file line number Diff line number Diff line change
Expand Up @@ -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, ]
Expand Down

0 comments on commit 9c74eab

Please sign in to comment.