Skip to content

Commit

Permalink
Forgot to remove these from NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed Apr 1, 2024
1 parent 23bd2b0 commit 57f511c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ S3method(print,time)
S3method(sigma,ipriorMod)
S3method(summary,ipriorMod)
S3method(update,ipriorMod)
export(.kernel_summary_translator)
export(.kernels_for_summary)
export(as.time)
export(check_theta)
export(dec_plac)
Expand Down
7 changes: 0 additions & 7 deletions R/ipriorMod_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ kernels_for_summary <- function(object, theta) {
x.kern
}

#' @export
.kernels_for_summary <- kernels_for_summary

kernel_summary_translator <- function(x) {
# Helper function to translate information from ipriorKernel to a string of
# kernels used for summary print. Not vectorised.
Expand Down Expand Up @@ -130,10 +127,6 @@ kernel_summary_translator <- function(x) {
res
}

#' @export
.kernel_summary_translator <- kernel_summary_translator


#' @export
print.ipriorMod_summary <- function(x, wrap = FALSE, ...) {
cat("Call:\n")
Expand Down

0 comments on commit 57f511c

Please sign in to comment.