Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbarks committed Oct 5, 2023
1 parent b1a4871 commit ca186a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions R/install_rpxl.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
#'
#' @param envname Name of Python environment to install within. Defaults to
#' "r-rpxl".
#' @param new_env Logical indicating whether to remove the existing virtual
#' environment of the same name as `envname` before installing the required
#' Python packages.
#' @param new_env Logical indicating whether to remove an existing virtual
#' environment, if it has the name as `envname`, before creating the new
#' virtual environment and installing the required Python packages.
#' @param method Installation method. Defaults to "auto" to automatically find a
#' method that will work in the local environment. Note that the "virtualenv"
#' method is not available on Windows.
#' method that will work in the local environment.
#' @param ... Additional arguments passed to [reticulate::py_install]
#'
#' @importFrom reticulate py_install virtualenv_exists virtualenv_remove
Expand Down
9 changes: 4 additions & 5 deletions man/install_rpxl.Rd

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

0 comments on commit ca186a1

Please sign in to comment.