Skip to content

Commit 9a1ae40

Browse files
authored
Merge pull request #447 from stitam/chembl_offline_infra
Chembl offline infra
2 parents 7fc3631 + bb7218f commit 9a1ae40

File tree

9 files changed

+1355
-120
lines changed

9 files changed

+1355
-120
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Depends:
2929
R (>= 4.1.0)
3030
Imports:
3131
curl,
32+
DBI,
3233
digest,
3334
hoardr,
3435
xml2,
@@ -40,6 +41,7 @@ Imports:
4041
dplyr,
4142
purrr,
4243
data.tree,
44+
RSQLite,
4345
tibble,
4446
base64enc,
4547
rlang,

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## NEW FEATURES
44

5+
* `chembl_query()` can now perform both online queries (mode = "ws", default) and offline retrievals (mode = "offline"). Note, offline functionality is currently very limited.
56
* Added a new function `chembl_status()` which returns status information about the ChEMBL webservice.
67
* `chembl_query()` now works with the "similarity" resource as well.
78
* `bcpc_query()` now also looks for derivatives (esters and salts) of active compounds.

0 commit comments

Comments
 (0)