Skip to content

Commit

Permalink
Updated Matrix dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Sep 6, 2022
1 parent 075858e commit 57a94f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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-141
Date: 2022-09-05
Version: 0.6-142
Date: 2022-09-06
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 @@ -38,7 +38,7 @@ Imports:
utils,
methods,
stats,
Matrix (>= 1.4-2),
Matrix,
MCMCpack,
quadprog,
irlba,
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 @@ -428,7 +428,7 @@ fit_poisson_nmf <- function (X, k, fit0, numiter = 100,
method.text <- "CCD"
cat(sprintf("Running %d %s updates, %s extrapolation ",numiter,
method.text,ifelse(control$extrapolate,"with","without")))
cat("(fastTopics 0.6-141).\n")
cat("(fastTopics 0.6-142).\n")
}

# INITIALIZE ESTIMATES
Expand Down

0 comments on commit 57a94f7

Please sign in to comment.