Skip to content

Commit 9d4e7c8

Browse files
committed
Bug fix
1 parent 903bd33 commit 9d4e7c8

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

R/plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#' it is recommended to first run [validate()] to obtain and store validation results in the emulator object, and then supply the
6060
#' object to [plot()]. [plot()] checks the object's `loo` and `oos` slots prior to calling [validate()] and will not perform further calculation if the required information is already stored.
6161
#' * [plot()] will only use stored OOS validation if `x_test` and `y_test` are identical to those used by [validate()] to produce the data contained in the object's `oos` slot, otherwise [plot()] will re-evaluate OOS validation before plotting.
62-
#' * The returned [patchwork] object contains the [ggplot2] objects. One can modify the included individual ggplots
62+
#' * The returned [patchwork::patchwork] object contains the [ggplot2::ggplot2] objects. One can modify the included individual ggplots
6363
#' by accessing them with double-bracket indexing. See <https://patchwork.data-imaginist.com/> for further information.
6464
#' @details See further examples and tutorials at <`r get_docs_url()`>.
6565
#' @examples

R/utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ read <- function(pkl_file) {
607607
#'
608608
#' @return Either a summary table (returned as `kableExtra` object) or an interactive visualization
609609
#' (returned as a `visNetwork` object) of the emulator. The visualization is compatible with R Markdown
610-
#' documents and the RStudio Viewer. The summary table can be further customized by [kableExtra] package.
611-
#' The resulting [visNetwork] object can be saved as an HTML file using [visNetwork::visSave()].
610+
#' documents and the RStudio Viewer. The summary table can be further customized by [kableExtra::kableExtra] package.
611+
#' The resulting `visNetwork` object can be saved as an HTML file using [visNetwork::visSave()] from the [visNetwork::visNetwork] package.
612612
#'
613613
#' @details See further examples and tutorials at <`r get_docs_url()`>.
614614
#' @examples

_pkgdown.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ reference:
112112
- get_thread_num
113113
- set_vecchia
114114
- set_id
115+
- serialize
116+
- deserialize
115117

116118

117119

man/plot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/summary.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)