Skip to content

Commit

Permalink
Updated CITATION.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Oct 22, 2023
1 parent 80e2af5 commit 77d36ed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
_R_CHECK_FORCE_SUGGESTS_: false
steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
4 changes: 2 additions & 2 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-158
Date: 2023-09-15
Version: 0.6-159
Date: 2023-10-22
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
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-158).\n")
cat("(fastTopics 0.6-159).\n")
}

# INITIALIZE ESTIMATES
Expand Down
15 changes: 8 additions & 7 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ bibentry(header = "If de_analysis is used, please also cite:",
person("Karl Tayeb"),
person("Sebastian Pott"),
person("Matthew Stephens")),
journal = "bioRxiv",
doi = "10.1101/2023.03.03.531029",
volume = "10.1101/2023.03.03.531029",
journal = "Genome Biology",
doi = "10.1186/s13059-023-03067-9",
volume = 24,
pages = 236,
year = 2023,
textVersion = paste("Peter Carbonetto, Kaixuan Luo, Abhishek Sarkar,",
"Anthony Hung, Karl Tayeb, Sebastian Pott and Matthew Stephens (2023).",
"Interpreting structure in sequence count data with differential",
"expression analysis allowing for grades of membership. bioRxiv",
"doi:10.1101/2023.03.03.531029."))
"Anthony Hung, Karl Tayeb, Sebastian Pott and Matthew Stephens.",
"GoM DE: interpreting structure in sequence count data with differential",
"expression analysis allowing for grades of membership. Genome Biology",
"24: 236 (2023). https://doi.org/10.1186/s13059-023-03067-9"))

0 comments on commit 77d36ed

Please sign in to comment.