Skip to content

Commit 4d2652c

Browse files
committed
tidying comments
1 parent 6730ffa commit 4d2652c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/create_virtualenv.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
acro_venv <- "r-acro" #-0.4.11"
1+
acro_venv <- "r-acro"
22
acro_package <- "acro==0.4.11"
33
python_version <- ">=3.10"
44

@@ -10,7 +10,7 @@ python_version <- ">=3.10"
1010
#'
1111
#' @return No return value, called for side effects
1212

13-
#was envname= "r-acro"
13+
1414
install_acro <- function(envname = "r-acro", ...) {
1515
# create Python virtual environment
1616
reticulate::virtualenv_create(

0 commit comments

Comments
 (0)