R Under development (unstable) (2025-02-15 r87726 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(vigicaen) > > test_check("vigicaen") [ FAIL 0 | WARN 0 | SKIP 75 | PASS 215 ] ══ Skipped tests (75) ══════════════════════════════════════════════════════════ • On CRAN (75): 'test-add_adr.R:10:3', 'test-add_adr.R:54:3', 'test-add_adr.R:104:3', 'test-add_adr.R:174:3', 'test-add_adr.R:244:3', 'test-add_adr.R:314:3', 'test-add_adr.R:345:3', 'test-add_adr.R:357:3', 'test-add_drug.R:25:3', 'test-add_drug.R:97:3', 'test-add_drug.R:133:3', 'test-add_drug.R:187:3', 'test-add_drug.R:328:3', 'test-add_drug.R:432:3', 'test-add_drug.R:511:3', 'test-add_drug.R:585:3', 'test-add_drug.R:660:3', 'test-add_drug.R:692:3', 'test-add_drug.R:705:3', 'test-check_data_type.R:48:3', 'test-check_data_type.R:136:3', 'test-check_dm.R:5:3', 'test-check_id_list.R:33:3', 'test-compute_dispro.R:172:3', 'test-compute_interaction.R:66:3', 'test-compute_interaction.R:90:3', 'test-compute_or_mod.R:2:3', 'test-compute_or_mod.R:44:3', 'test-desc_facvar.R:277:5', 'test-desc_outcome.R:35:3', 'test-desc_rch.R:3:3', 'test-desc_rch.R:50:3', 'test-desc_tto.R:3:3', 'test-desc_tto.R:25:3', 'test-desc_tto.R:72:3', 'test-desc_tto.R:95:3', 'test-extract_tto.R:2:3', 'test-extract_tto.R:31:3', 'test-extract_tto.R:108:3', 'test-extract_tto.R:158:3', 'test-extract_tto.R:194:3', 'test-get_drecno.R:30:3', 'test-get_drecno.R:87:3', 'test-get_drecno.R:101:1', 'test-get_drecno.R:144:3', 'test-get_drecno.R:262:3', 'test-get_drecno.R:295:3', 'test-get_drecno.R:385:3', 'test-get_drecno.R:434:3', 'test-get_llt_smq.R:134:3', 'test-get_llt_smq.R:224:3', 'test-get_llt_soc.R:40:3', 'test-get_llt_soc.R:62:3', 'test-query_data_type.R:22:3', 'test-screen_drug.R:89:5', 'test-screen_drug.R:89:5', 'test-screen_drug.R:89:5', 'test-screen_drug.R:89:5', 'test-screen_drug.R:97:3', 'test-tb_meddra.R:25:3', 'test-tb_meddra.R:88:5', 'test-tb_meddra.R:88:5', 'test-tb_meddra.R:88:5', 'test-tb_meddra.R:88:5', 'test-tb_subset.R:73:3', 'test-tb_subset.R:313:3', 'test-tb_subset.R:448:3', 'test-tb_vigibase.R:76:4', 'test-tb_who.R:56:3', 'test-texter.R:2:3', 'test-vigi_routine.R:33:3', 'test-vigi_routine.R:164:3', 'test-vigi_routine.R:236:3', 'test-vigi_routine.R:264:3', 'test-vigi_routine.R:293:3' [ FAIL 0 | WARN 0 | SKIP 75 | PASS 215 ] Deleting unused snapshots: • vigi_routine/case-time-to-onset.svg • vigi_routine/custom-drug-and-adr-labels.svg • vigi_routine/exporting.svg • vigi_routine/no-cases.svg • vigi_routine/no-time-to-onset-export.svg > > proc.time() user system elapsed 19.50 1.53 20.93