Skip to content

Commit

Permalink
fix links #65
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Apr 12, 2020
1 parent 58eabcc commit bab00f8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions R/modelStudio.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#' @param eda Compute EDA plots. Default is \code{TRUE}.
#' @param show_info Verbose progress on the console. Default is \code{TRUE}.
#' @param parallel Speed up the computation using \code{parallelMap::parallelMap()}.
#' See \href{https://modeloriented.github.io/modelStudio/articles/vignette_modelStudio.html#parallel-computation}{\bold{vignette}}.
#' See \href{https://modeloriented.github.io/modelStudio/articles/ms-perks-features.html#parallel-computation}{\bold{vignette}}.
#' This might interfere with showing progress using \code{show_info}.
#' @param options Customize \code{modelStudio}. See \code{\link{modelStudioOptions}} and
#' \href{https://modeloriented.github.io/modelStudio/articles/vignette_modelStudio.html#plot-options}{\bold{vignette}}.
#' \href{https://modeloriented.github.io/modelStudio/articles/ms-perks-features.html#plot-options}{\bold{vignette}}.
#' @param viewer Default is \code{external} to display in an external RStudio window.
#' Use \code{browser} to display in an external browser or
#' \code{internal} to use the RStudio internal viewer pane for output.
Expand All @@ -46,7 +46,7 @@
#'
#' @seealso
#' Vignettes: \href{https://modeloriented.github.io/modelStudio/articles/ms-r-python-examples.html}{\bold{modelStudio - R & Python examples}}
#' and \href{(https://modeloriented.github.io/modelStudio/articles/ms-perks-features.html}{\bold{modelStudio - perks and features}}
#' and \href{https://modeloriented.github.io/modelStudio/articles/ms-perks-features.html}{\bold{modelStudio - perks and features}}
#'
#' @examples
#' library("DALEX")
Expand Down
2 changes: 1 addition & 1 deletion R/modelStudioOptions.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#'
#' @seealso
#' Vignettes: \href{https://modeloriented.github.io/modelStudio/articles/ms-r-python-examples.html}{\bold{modelStudio - R & Python examples}}
#' and \href{(https://modeloriented.github.io/modelStudio/articles/ms-perks-features.html}{\bold{modelStudio - perks and features}}
#' and \href{https://modeloriented.github.io/modelStudio/articles/ms-perks-features.html}{\bold{modelStudio - perks and features}}
#'
#' @examples
#' library("DALEX")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ or with [`r2d3::save_d3_html()`](https://rstudio.github.io/r2d3/articles/publish

- Vignette: [modelStudio - perks and features](https://modeloriented.github.io/modelStudio/articles/ms-perks-features.html)

- Conference poster: [MLinPL2019](misc/MLinPL2019_modelStudio_poster.pdf)
- Conference poster: [MLinPL2019](https://github.com/ModelOriented/modelStudio/blob/master/misc/MLinPL2019_modelStudio_poster.pdf)

- Changelog: [News](NEWS.md)
- Changelog: [News](https://modeloriented.github.io/modelStudio/news/index.html)

<!-- - [Article about modelStudio](https://joss.theoj.org/papers/10.21105/joss.01798) -->

Expand Down
6 changes: 3 additions & 3 deletions man/modelStudio.Rd

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

2 changes: 1 addition & 1 deletion man/modelStudioOptions.Rd

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

4 changes: 2 additions & 2 deletions vignettes/ms-r-python-examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ library(modelStudio)
data <- DALEX::titanic_imputed
# init h2o
h2o::h2o.init()
h2o.init()
# split the data
h2o_split <- h2o.splitFrame(as.h2o(data))
Expand Down Expand Up @@ -250,7 +250,7 @@ modelStudio(explainer,
B = 5)
# shutdown h2o
h2o::h2o.shutdown(prompt = FALSE)
h2o.shutdown(prompt = FALSE)
```


Expand Down

0 comments on commit bab00f8

Please sign in to comment.