R Under development (unstable) (2024-12-18 r87448 ucrt) -- "Unsuffered Consequences" 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. > # 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 41 | PASS 101 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • On CRAN (40): '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:47:3', 'test-generatedIngredientCohortSet.R:62:3', 'test-generatedIngredientCohortSet.R:91:3', 'test-generateDrugUtilisationCohortSet.R:2:3', 'test-generateDrugUtilisationCohortSet.R:23:3', 'test-generateDrugUtilisationCohortSet.R:208: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-require.R:2:3', 'test-require.R:108:3', 'test-require.R:285:3', 'test-require.R:391:3', 'test-require.R:485:3', 'test-require.R:556: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:90:3', 'test-tables.R:205:3', 'test-tables.R:279:3', 'test-tables.R:361:3' • deprecated function (1): 'test-readConceptList.R:2:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 101 ] > > proc.time() user system elapsed 2.48 0.29 107.78