Skip to content

Commit 665d492

Browse files
committed
fix errors and warnings, hopefully it works this time, made adjustment to the install_acro file as well as the r file
1 parent f816ed7 commit 665d492

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

R/create_virtualenv.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install_acro <- function(envname = "r-acro", python = NULL, ...) {
2020
stop("Python not found in PATH. Please ensure Python is installed and accessible.")
2121
}
2222
}
23-
23+
2424
# create Python virtual environment
2525
reticulate::virtualenv_create(
2626
envname = envname,
@@ -43,7 +43,7 @@ create_virtualenv <- function(...) {
4343
if (python_path == "") {
4444
python_path <- Sys.which("python")
4545
}
46-
46+
4747
# ensure a virtual environment exists
4848
if (!reticulate::virtualenv_exists(acro_venv)) {
4949
install_acro(envname = acro_venv, python = python_path)

man/install_acro.Rd

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

0 commit comments

Comments
 (0)