There was an error while loading. Please reload this page.
1 parent 2ecd3ac commit 8c57778Copy full SHA for 8c57778
1 file changed
tests/testthat/test-chembl.R
@@ -91,7 +91,8 @@ test_that("chembl_query() examples", {
91
# Resource: protein_classification - requires protein class ID
92
o22 <- chembl_query("1", resource = "protein_classification")
93
# Resource: similarity - requires SMILES
94
- o23 <- chembl_query("CC(=O)Oc1ccccc1C(=O)O", resource = "similarity")
+ o23 <- suppressWarnings(
95
+ chembl_query("CC(=O)Oc1ccccc1C(=O)O", resource = "similarity"))
96
# Resource: source - requires source ID
97
o24 <- chembl_query("1", resource = "source")
98
# Resource: substructure - requires SMILES
0 commit comments