R version 4.4.0 alpha (2024-04-02 r86304 ucrt) Copyright (C) 2024 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(parseRPDR) _/_/_/ _/_/_/ _/_/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/_/ _/_/_/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/_/ _/_/_/_/ _/_/_/ _/_/_/ _/ _/ _/_/_/ _/ _/ _/ _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/_/ _/_/_/ _/ _/_/_/ _/_/_/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ by: Márton Kolossváry, MD PhD Please cite: Kolossváry M et al. Deep Learning Analysis of Chest Radiographs to Triage Patients with Acute Chest Pain Syndrome. Radiology. 2023;306(2):e221926. DOI: 10.1148/radiol.221926 > > testthat::test_check("parseRPDR") [ FAIL 0 | WARN 0 | SKIP 36 | PASS 0 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-load_all_data.R:9:1', 'test-create_img_db.R:9:1', 'test-find_exam.R:9:1', 'test-load_all.R:9:1', 'test-load_bib.R:9:1', 'test-load_con.R:9:1', 'test-load_dem.R:9:1', 'test-load_dem_old.R:9:1', 'test-load_dia.R:9:1', 'test-load_enc.R:9:1', 'test-load_lab.R:9:1', 'test-load_lno.R:9:1', 'test-load_mcm.R:9:1', 'test-load_med.R:9:1', 'test-load_mic.R:9:1', 'test-load_mrn.R:9:1', 'test-load_notes.R:9:1', 'test-load_phy.R:9:1', 'test-load_prc.R:9:1', 'test-load_prv.R:9:1', 'test-load_ptd.R:9:1', 'test-load_rdt.R:9:1', 'test-load_rfv.R:9:1', 'test-load_trn.R:9:1', 'test-convert_dia.R:9:1', 'test-convert_enc.R:9:1', 'test-convert_lab.R:9:1', 'test-convert_med.R:9:1', 'test-convert_notes.R:9:1', 'test-convert_phy.R:9:1', 'test-convert_prc.R:9:1', 'test-convert_rfv.R:9:1', 'test-all_ids_mi2b2.R:11:1', 'test-export_notes.R:9:1', 'test-pretty_mrn.R:9:1', 'test-pretty_text.R:9:1' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 0 ] > > proc.time() user system elapsed 1.50 0.25 1.73