Skip to content

Commit

Permalink
donttest to dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
seokhoonj committed Jan 23, 2025
1 parent f12c3a9 commit b8e1ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/python.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
#'
#' @examples
#' # Create a virtual environment and install packages
#' \donttest{setup_python_env(
#' \dontrun{setup_python_env(
#' env_name = "r-reticulate",
#' packages = c("numpy", "pandas", "git+https://github.com/seokhoonj/underwriter"),
#' use_miniconda = FALSE,
#' force_reinstall = FALSE
#' )}
#'
#' # Create a Conda environment and force reinstall packages
#' \donttest{setup_python_env(
#' \dontrun{setup_python_env(
#' env_name = "r-reticulate",
#' packages = c("numpy", "pandas", "git+https://github.com/seokhoonj/underwriter"),
#' use_miniconda = TRUE,
Expand Down

0 comments on commit b8e1ca5

Please sign in to comment.