We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e8e22 commit efe83f7Copy full SHA for efe83f7
1 file changed
tests/testthat/test-install_acro.R
@@ -4,7 +4,7 @@ test_that("install_acro installs 'acro' in the specified environment", {
4
test_envname <- "test-acro-env"
5
6
# Run the install_acro function
7
- install_acro(envname = test_envname)
+ init_acro(envname = test_envname)
8
9
# Check if 'acro' is installed in the test environment
10
is_installed <- reticulate::py_module_available("acro")
0 commit comments