Skip to content

Commit 7f30173

Browse files
committed
Continue debugging
1 parent 81540e8 commit 7f30173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/dev_ermod_lin.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dev_ermod_bin_exp_sel <- function(
156156
#'
157157
#' @return An object of class `ermod_bin_cov_sel` or `ermod_lin_cov_sel`.
158158
#'
159-
#' @examples
159+
#' @examplesIf BayesERtools:::.if_run_ex_covsel()
160160
#' \donttest{
161161
#' data(d_sim_binom_cov_hgly2)
162162
#'
@@ -322,7 +322,7 @@ dev_ermod_lin_exp_sel <- function(
322322

323323
#' @export
324324
#' @rdname dev_ermod_bin_cov_sel
325-
#' @examples
325+
#' @examplesIf BayesERtools:::.if_run_ex_covsel()
326326
#' \donttest{
327327
#' data(d_sim_lin)
328328
#'

R/plot_ermod_exp_cov_sel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ plot_var_ranking <- function(x) {
6363
#' value. Default is NULL (use all draws in the model object)
6464
#'
6565
#' @return No return value, called for plotting side effect.
66-
#' @examplesIf BayesERtools:::if_run_ex_plot_er()
66+
#' @examplesIf BayesERtools:::.if_run_ex_plot_er()
6767
#' \donttest{
6868
#' data(d_sim_binom_cov_hgly2)
6969
#'

0 commit comments

Comments
 (0)