diff --git a/R/get_python_binary_path.R b/R/get_python_binary_path.R index 0a478de..41fb12c 100644 --- a/R/get_python_binary_path.R +++ b/R/get_python_binary_path.R @@ -353,5 +353,5 @@ get_python_binary_path <- function( ormr_folder_name ) { - reticulate:::python_binary_path(dir = ormr_folder_name) + reticulate:::python_binary_path(dir = ormr_folder_name) # nolint create an Issue to suggest to export this function, see https://github.com/rstudio/reticulate/issues/1086 } diff --git a/R/ormr_report.R b/R/ormr_report.R index 629cdff..624606e 100644 --- a/R/ormr_report.R +++ b/R/ormr_report.R @@ -1,7 +1,7 @@ #' Create a `ormr` report, to be used when reporting bugs #' @inheritParams default_params_doc #' @examples -#' ormr_report() +#' ormr_report(ormr_folder_name = tempfile()) #' @author Richèl J.C. Bilderbeek #' @export ormr_report <- function( diff --git a/man/ormr_report.Rd b/man/ormr_report.Rd index 378ab8b..164ab7c 100644 --- a/man/ormr_report.Rd +++ b/man/ormr_report.Rd @@ -14,7 +14,7 @@ installs all Python environments and packages} Create a \code{ormr} report, to be used when reporting bugs } \examples{ -ormr_report() +ormr_report(ormr_folder_name = tempfile()) } \author{ Richèl J.C. Bilderbeek