Skip to content

Commit

Permalink
fix for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Jul 13, 2021
1 parent 4f554d7 commit 91fedd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/ms_merge_observations.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#' and \href{https://modelstudio.drwhy.ai/articles/ms-perks-features.html}{\bold{modelStudio - perks and features}}
#'
#' @examples
#' \donttest{
#' library("DALEX")
#' library("modelStudio")
#'
Expand All @@ -35,7 +36,7 @@
#'
#' # make studios for the model
#' ms1 <- modelStudio(explainer_happiness,
#' N = 200, B = 5) # faster example
#' N = 200, B = 5)
#'
#' ms2 <- modelStudio(explainer_happiness,
#' new_observation = head(happiness_test, 3),
Expand All @@ -44,7 +45,7 @@
#' # merge
#' ms <- ms_merge_observations(ms1, ms2)
#' ms
#'
#' }
#'
#' @export
#' @rdname ms_merge_observations
Expand Down
5 changes: 3 additions & 2 deletions man/ms_merge_observations.Rd

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

0 comments on commit 91fedd4

Please sign in to comment.