diff options
Diffstat (limited to 'tests/testthat/setup.R')
| -rw-r--r-- | tests/testthat/setup.R | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testthat/setup.R b/tests/testthat/setup.R index fb55272..4232120 100644 --- a/tests/testthat/setup.R +++ b/tests/testthat/setup.R @@ -2,3 +2,7 @@ skip_if_no_rdkit <- function() { if (!chents:::rdkit_available) skip("RDKit is not available via reticulate") } + +# Check availability of BCPC and PubChem +bcpc_up <- webchem::ping_service("bcpc") +pc_up <- webchem::ping_service("pc") |
