From 0056584e5168df75bca159ddf3469aa07457b77d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 19 Nov 2021 00:18:22 +0100 Subject: Update tests and logs --- tests/testthat/test_chent.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testthat/test_chent.R') 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) -- cgit v1.2.1