R Under development (unstable) (2026-01-07 r89288 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(dbparser) > > test_check("dbparser") Creating DrugBank ID <-> RxCUI mapping table... Enriching OnSIDES tables with DrugBank IDs... Assembling final merged object... Merge complete. Parsing TWOSIDES drug-drug interaction data... Parsing complete. Creating DrugBank ID <-> RxCUI mapping table... Enriching TWOSIDES data with DrugBank information... Merge complete. Parsing TWOSIDES drug-drug interaction data... Parsing complete. Creating DrugBank ID <-> RxCUI mapping table... Enriching OnSIDES tables with DrugBank IDs... Assembling final merged object... Merge complete. Creating DrugBank ID <-> RxCUI mapping table... Enriching TWOSIDES data with DrugBank information... Merge complete. Creating DrugBank ID <-> RxCUI mapping table... Enriching TWOSIDES data with DrugBank information... Merge complete. Creating DrugBank ID <-> RxCUI mapping table... Enriching OnSIDES tables with DrugBank IDs... Assembling final merged object... Merge complete. Parsing the 7 core OnSIDES database tables... Reading product_label.csv ... Reading product_adverse_effect.csv ... Reading product_to_rxnorm.csv ... Reading vocab_meddra_adverse_effect.csv ... Reading vocab_rxnorm_ingredient.csv ... Reading vocab_rxnorm_product.csv ... Reading vocab_rxnorm_ingredient_to_product.csv ... Reading high_confidence.csv ... Successfully parsed OnSIDES database. Parsing TWOSIDES drug-drug interaction data... Parsing complete. Subsetting `drugs` list... Subsetting salts ... Subsetting products ... Subsetting drugs `references` list... Subsetting complex `cett` list... Subsetting targets references list... Subsetting complete. Subsetting OnSIDES: Identifying all related keys... Filtering main OnSIDES data tables... Filtering vocabulary and mapping tables... [ FAIL 0 | WARN 27 | SKIP 9 | PASS 97 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-drugbank-parser.R:24:1', 'test-drugbank-parser.R:274:1', 'test-drugbank-parser.R:292:1', 'test_merge_functions.R:4:1', 'test_merge_functions.R:34:1', 'test_onside_parser.R:3:1', 'test_twoside_parser.R:3:1', 'test_utils.R:6:1', 'test_utils.R:28:1' [ FAIL 0 | WARN 27 | SKIP 9 | PASS 97 ] > > proc.time() user system elapsed 4.45 0.34 4.79