Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Aug 22, 2023
1 parent ff7a564 commit 5da1a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Encoding: UTF-8
Type: Package
Package: udr
Version: 0.3-153
Version: 0.3-154
Date: 2023-08-22
Title: Ultimate Deconvolution for Multivariate Normal Means
Authors@R: c(person("Peter","Carbonetto",role=c("aut","cre"),
Expand Down
2 changes: 1 addition & 1 deletion R/ud_fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ ud_fit <- function (fit, X, control = list(), verbose = TRUE) {
# Give an overview of the model fitting.
if (verbose) {
cat(sprintf("Performing Ultimate Deconvolution on %d x %d matrix ",n,m))
cat(sprintf("(udr 0.3-153, \"%s\"):\n",control$version))
cat(sprintf("(udr 0.3-154, \"%s\"):\n",control$version))
if (is.matrix(fit$V))
cat("data points are i.i.d. (same V)\n")
else
Expand Down

0 comments on commit 5da1a2e

Please sign in to comment.