Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Oct 27, 2023
1 parent 4ff9357 commit 4d0cff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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: mr.ash
Version: 0.1-87
Date: 2022-10-10
Version: 0.1-88
Date: 2023-10-27
Title: Multiple Regression with Adaptive Shrinkage
Authors@R: c(person("Youngseok","Kim",role=c("aut","cre"),
email="[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion R/fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ fit_mr_ash <- function (
o <- random_order(p,control$max.iter)
method_q <- "sigma_dep_q"
if (verbose != "none") {
cat("Fitting mr.ash model (mr.ash 0.1-87).\n")
cat("Fitting mr.ash model (mr.ash 0.1-88).\n")
cat(sprintf("number of samples: %d\n",n))
cat(sprintf("number of variables: %d\n",p))
cat(sprintf("number of mixture components: %d\n",K))
Expand Down

0 comments on commit 4d0cff5

Please sign in to comment.