aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_chent.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test_chent.R')
-rw-r--r--tests/testthat/test_chent.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_chent.R b/tests/testthat/test_chent.R
index 094ff8b..4551cf7 100644
--- a/tests/testthat/test_chent.R
+++ b/tests/testthat/test_chent.R
@@ -2,7 +2,7 @@ context("Generation of chent objects")
# Check if we can use RDKit
skip_if_no_rdkit <- function() {
- if (!chents:::rdkit_available()) skip("RDKit is not available via PythonInR")
+ if (!chents:::rdkit_available) skip("RDKit is not available via reticulate")
}
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO", pubchem = FALSE, chyaml = FALSE)

Contact - Imprint