Skip to content

Commit

Permalink
Removed unneeded additional repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jul 8, 2024
1 parent 8a9de99 commit 78a78db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Encoding: UTF-8
Type: Package
Package: fastTopics
Version: 0.6-190
Version: 0.6-191
Date: 2024-07-08
Title: Fast Algorithms for Fitting Topic Models and Non-Negative
Matrix Factorizations to Count Data
Expand Down Expand Up @@ -69,7 +69,6 @@ LinkingTo:
Rcpp,
RcppParallel,
RcppArmadillo
Additional_repositories: https://stephenslab.github.io/nnlm-drat
LazyData: true
LazyDataCompression: xz
NeedsCompilation: yes
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-190).\n")
cat("(fastTopics 0.6-191).\n")
}

# INITIALIZE ESTIMATES
Expand Down

0 comments on commit 78a78db

Please sign in to comment.