Skip to content

Commit 1e49d75

Browse files
committed
Update NEWS
1 parent 87cabe7 commit 1e49d75

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### OFFLINE ACCESS
66

7-
* `chembl_query()` can now perform both online queries (`mode = "ws"`, default) and offline retrievals (`mode = "offline"`) from a local ChEMBL database. Offline mode currently supports the following resources: `atc_class`, `binding_site`, `biotherapeutic`, `cell_line`, `chembl_id_lookup`, `compound_record`, and `document`.
7+
* `chembl_query()` can now perform both online queries (`mode = "ws"`, default) and offline retrievals (`mode = "offline"`) from a local ChEMBL database. Offline mode currently supports the following resources: `assay`, `atc_class`, `binding_site`, `biotherapeutic`, `cell_line`, `chembl_id_lookup`, `compound_record`, `document`, `drug_indication`, `drug_warning`, `go_slim`.
8+
* Results for online and offline queries are identical for most resources. If there are differences, the offline version throws informative warnings.
89
* Added a new function `db_download_chembl()` for downloading ChEMBL for fully offline access.
910

1011
### OTHER
@@ -17,7 +18,7 @@
1718

1819
## MINOR IMPROVEMENTS
1920

20-
* `chembl_query()` now returns a named list with improved formatting for nested output.
21+
* `chembl_query()` now returns a named list with improved formatting for nested output when `output = "tidy"`.
2122
* Added new argument `output` to `chembl_query()` (values: "raw" or "tidy") to control output format. Raw format returns the full nested structure; tidy format attempts to flatten the results.
2223
* Added new `options` argument to `chembl_query()` for passing resource- and mode-specific options (cache file name, similarity threshold, database version, etc.).
2324
* `chembl_query()` can now replace NULL values with typed NA values (`NA_character_`, `NA_integer_`, `NA_real_`) based on the field schema when `replace_nulls = TRUE` in options. For this, the schema is retrieved from ChEMBL and cached for the session.

0 commit comments

Comments
 (0)