Skip to content

Commit aa26198

Browse files
committed
fix long examples
1 parent 3f1c0c6 commit aa26198

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

R/ms_update_observations.R

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@
5151
#' # make a studio for the model
5252
#' ms <- modelStudio(explainer_titanic)
5353
#'
54+
#' \donttest{
55+
#'
5456
#' # add new observations
5557
#' ms <- ms_update_observations(ms,
5658
#' explainer_titanic,
5759
#' new_observation = titanic_imputed[100:101,],
5860
#' new_observation_y = titanic_imputed$survived[100:101])
5961
#' ms
6062
#'
61-
#' \donttest{
63+
#'
6264
#'
6365
#' # overwrite the observations with new ones
6466
#' ms <- ms_update_observations(ms,

man/ms_update_observations.Rd

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)