Skip to content

Commit ed3c700

Browse files
committed
v2.0.0
1 parent 3c275c1 commit ed3c700

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.Rbuildignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ modelStudio_my_test.R
1818
^LICENSE$
1919
^CONTRIBUTING.md
2020
^\.github$
21-
^pickle$
2221
^.*\.gif
2322
^.*\.png
23+
^pkgdown$
24+
^\.ipynb_checkpoints$
25+
[.]pkl$
26+
[.]pickle$
27+
[.]ipynb$

.github/.gitignore

-1
This file was deleted.

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- {os: macOS-latest, r: '3.6'}
4242
- {os: windows-latest, r: '4.0'}
4343
- {os: windows-latest, r: '3.6'}
44-
- {os: windows-latest, r: '3.5'}
44+
#- {os: windows-latest, r: '3.5'}
4545
- {os: ubuntu-16.04, r: '4.0', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
4646
- {os: ubuntu-16.04, r: '3.6', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
4747
- {os: ubuntu-16.04, r: '3.5', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}

R/ms_update_observations.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description
44
#' This function calculates local explanations on new observations and adds them
5-
#' to a \code{modelStudio} object.
5+
#' to the \code{modelStudio} object.
66
#'
77
#' @param object A \code{modelStudio} created with \code{modelStudio()}.
88
#' @param explainer An \code{explainer} created with \code{DALEX::explain()}.

man/ms_update_observations.Rd

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

0 commit comments

Comments
 (0)