R Under development (unstable) (2025-04-13 r88141 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(DrugUtilisation) > > test_check("DrugUtilisation") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 43 | PASS 116 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-benchmarkDrugUtilisation.R:2:3', 'test-dailyDose.R:2:3', 'test-addDrugUtilisation.R:3:3', 'test-addDrugUtilisation.R:162:3', 'test-addDrugUtilisation.R:202:3', 'test-generatedAtcCohortSet.R:2:3', 'test-generatedIngredientCohortSet.R:2:3', 'test-generatedIngredientCohortSet.R:32:3', 'test-generatedIngredientCohortSet.R:49:3', 'test-generatedIngredientCohortSet.R:64:3', 'test-generatedIngredientCohortSet.R:93:3', 'test-generateDrugUtilisationCohortSet.R:2:3', 'test-generateDrugUtilisationCohortSet.R:23:3', 'test-generateDrugUtilisationCohortSet.R:209:3', 'test-patterns.R:2:3', 'test-plotProportionOfPatientsCovered.R:2:3', 'test-plotProportionOfPatientsCovered.R:53:3', 'test-plotProportionOfPatientsCovered.R:95:3', 'test-plotTreatment.R:2:3', 'test-plots.R:2:3', 'test-plots.R:93:3', 'test-plots.R:157:3', 'test-require.R:2:3', 'test-require.R:108:3', 'test-require.R:313:3', 'test-require.R:419:3', 'test-require.R:513:3', 'test-require.R:584:3', 'test-indication.R:2:3', 'test-indication.R:201:3', 'test-indication.R:366:3', 'test-indication.R:483:3', 'test-summariseProportionOfPatientsCovered.R:94:3', 'test-summariseProportionOfPatientsCovered.R:170:3', 'test-summariseProportionOfPatientsCovered.R:277:3', 'test-summariseProportionOfPatientsCovered.R:499:3', 'test-summariseProportionOfPatientsCovered.R:552:3', 'test-tables.R:2:3', 'test-tables.R:97:3', 'test-tables.R:222:3', 'test-tables.R:306:3', 'test-tables.R:398:3', 'test-tables.R:457:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 116 ] > > proc.time() user system elapsed 3.10 0.35 121.93