Skip to content

Commit

Permalink
Re-ran devtools::document().
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed May 23, 2024
1 parent 5b352a4 commit 56466c4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 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: udr
Version: 0.3-154
Date: 2023-08-22
Version: 0.3-155
Date: 2024-05-23
Title: Ultimate Deconvolution for Multivariate Normal Means
Authors@R: c(person("Peter","Carbonetto",role=c("aut","cre"),
email="peter.carbonetto@gmail.com"),
Expand Down Expand Up @@ -33,5 +33,5 @@ Suggests:
rmarkdown
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ S3method(print,summary.ud_fit)
S3method(summary,ud_fit)
export(assign_prior_covariance_updates)
export(compute_posterior_probs)
export(get_Ulist)
export(simulate_ud_data)
export(ud_fit)
export(ud_fit_control_default)
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-154, \"%s\"):\n",control$version))
cat(sprintf("(udr 0.3-155, \"%s\"):\n",control$version))
if (is.matrix(fit$V))
cat("data points are i.i.d. (same V)\n")
else
Expand Down
14 changes: 14 additions & 0 deletions man/get_Ulist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions man/udr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56466c4

Please sign in to comment.