Skip to content

Commit

Permalink
Removed NNLM dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jul 8, 2024
1 parent 4b5ceb7 commit bf96397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down Expand Up @@ -61,7 +61,6 @@ Imports:
plotly,
htmlwidgets
Suggests:
NNLM,
Ternary,
testthat,
knitr,
Expand All @@ -70,7 +69,6 @@ LinkingTo:
Rcpp,
RcppParallel,
RcppArmadillo
Remotes: linxihui/NNLM
Additional_repositories: https://stephenslab.github.io/nnlm-drat
LazyData: true
LazyDataCompression: xz
Expand Down
2 changes: 1 addition & 1 deletion R/fit_poisson_nmf.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf96397

Please sign in to comment.