diff --git a/DESCRIPTION b/DESCRIPTION index 308472a..4bbfdd5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Encoding: UTF-8 Type: Package Package: fastTopics -Version: 0.6-188 -Date: 2024-07-02 +Version: 0.6-189 +Date: 2024-07-07 Title: Fast Algorithms for Fitting Topic Models and Non-Negative Matrix Factorizations to Count Data Authors@R: c(person("Peter","Carbonetto",role=c("aut","cre"), @@ -61,7 +61,6 @@ Imports: plotly, htmlwidgets Suggests: - NNLM, Ternary, testthat, knitr, @@ -70,7 +69,6 @@ LinkingTo: Rcpp, RcppParallel, RcppArmadillo -Remotes: linxihui/NNLM Additional_repositories: https://stephenslab.github.io/nnlm-drat LazyData: true LazyDataCompression: xz diff --git a/R/fit_poisson_nmf.R b/R/fit_poisson_nmf.R index 50941a4..c0f9c89 100644 --- a/R/fit_poisson_nmf.R +++ b/R/fit_poisson_nmf.R @@ -449,7 +449,7 @@ fit_poisson_nmf <- function (X, k, fit0, numiter = 100, cat(sprintf("Running at most %d %s updates, %s extrapolation ", numiter,method.text, ifelse(control$extrapolate,"with","without"))) - cat("(fastTopics 0.6-188).\n") + cat("(fastTopics 0.6-189).\n") } # INITIALIZE ESTIMATES