Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dm13450 committed Aug 24, 2023
1 parent e61280a commit c88e42c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.4.2
Date: 2023-08-23 18:49:58 UTC
SHA: 8f37c8a542e617bd3ef83c10e4c6d5a4e64beb9e
Date: 2023-08-23 20:04:10 UTC
SHA: e61280ab179e5741779e969ee5c2ccf2a5c9727e
2 changes: 1 addition & 1 deletion R/cluster_label_change.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ClusterLabelChange <- function(dpObj, x, newLabel, currentLabel, aux=0) {
ClusterLabelChange <- function(dpObj, i, newLabel, currentLabel, aux=0) {
UseMethod("ClusterLabelChange", dpObj)
}

Expand Down
1 change: 1 addition & 0 deletions R/mixing_distribution_prior_draw.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#' @param mdObj Mixing Distribution
#' @param n Number of draws.
#' @return A sample from the prior distribution

#' @export
PriorDraw <- function(mdObj, n) UseMethod("PriorDraw", mdObj)

Expand Down

0 comments on commit c88e42c

Please sign in to comment.