Skip to content

Commit d80004b

Browse files
committed
pre-commit clean up
1 parent 4d2652c commit d80004b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

R/create_virtualenv.R

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Prerequisite: you must have [Python](https://www.python.org) pre-installed.
3030
Install the **acro** package from CRAN as follows:
3131

3232
``` r
33-
install.packages("acro" )
33+
install.packages("acro")
3434
```
3535

3636
If you are having problems installing the package, please see the more detailed [installation guide](inst/INSTALL.md).
@@ -41,7 +41,7 @@ Before using any function from the package, an acro object should be initialised
4141

4242
``` r
4343
>>> library("acro")
44-
>>> acro_init(suppress = TRUE )
44+
>>> acro_init(suppress = TRUE)
4545
```
4646

4747
### Try Online with MyBinder

prepare_to_submit_to_CRAN.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ install.packages("admiraldev")
88
install.packages("spelling")
99
library(devtools)
1010
library(covr)
11-
#library(reticulate)
12-
#use_condaenv("r-acro")
11+
# library(reticulate)
12+
# use_condaenv("r-acro")
1313
# check that there are no errors, warnings or notes
1414
devtools::check()
1515

0 commit comments

Comments
 (0)