summaryrefslogtreecommitdiff
path: root/tests/testthat/setup.R
blob: fb5527202198d218cb1dc5f8da7370290808f6c6 (plain) (blame)
1
2
3
4
# Check if we can use RDKit
skip_if_no_rdkit <- function() {
  if (!chents:::rdkit_available) skip("RDKit is not available via reticulate")
}

Contact - Imprint