Last updated on 2024-11-23 09:49:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.1 | 8.74 | 509.24 | 517.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.1 | 5.45 | 381.25 | 386.70 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.1 | 834.18 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 796.07 | ERROR | |||
r-devel-windows-x86_64 | 0.7.1 | 10.00 | 316.00 | 326.00 | OK | |
r-patched-linux-x86_64 | 0.7.1 | 10.84 | 482.09 | 492.93 | OK | |
r-release-linux-x86_64 | 0.7.1 | 8.82 | 481.37 | 490.19 | OK | |
r-release-macos-arm64 | 0.7.1 | 166.00 | OK | |||
r-release-macos-x86_64 | 0.7.1 | 314.00 | OK | |||
r-release-windows-x86_64 | 0.7.1 | 11.00 | 410.00 | 421.00 | OK | |
r-oldrel-macos-arm64 | 0.7.1 | 129.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.1 | 271.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.1 | 14.00 | 444.00 | 458.00 | OK |
Version: 0.7.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [439s/263s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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 4 | WARN 24 | SKIP 50 | PASS 69 ]
══ Skipped tests (50) ══════════════════════════════════════════════════════════
• On CRAN (50): 'test-benchmarkDrugUtilisation.R:2:3',
'test-addDrugUtilisation.R:3:3', 'test-addDrugUtilisation.R:156:3',
'test-addDrugUtilisation.R:196:3', 'test-dailyDose.R:2:3',
'test-generateDrugUtilisationCohortSet.R:2:3',
'test-generateDrugUtilisationCohortSet.R:23:3',
'test-generatedAtcCohortSet.R:2:3',
'test-generatedIngredientCohortSet.R:2:3',
'test-generatedIngredientCohortSet.R:39:3',
'test-generatedIngredientCohortSet.R:54:3',
'test-generatedIngredientCohortSet.R:69:3',
'test-generatedIngredientCohortSet.R:98:3', 'test-drugUse.R:2:3',
'test-drugUse.R:42:3', 'test-drugUse.R:259:3', 'test-drugUse.R:463:3',
'test-drugUse.R:608:3', 'test-drugUse.R:860:3', 'test-drugUse.R:883:3',
'test-drugUse.R:932:3', 'test-drugUse.R:967:3', 'test-drugUse.R:1025:3',
'test-patterns.R:2:3', 'test-plotProportionOfPatientsCovered.R:2:3',
'test-plotProportionOfPatientsCovered.R:58:3',
'test-plotProportionOfPatientsCovered.R:100:3', 'test-plotTreatment.R:2:3',
'test-plots.R:2:3', 'test-readConceptList.R:2:3', 'test-require.R:2:3',
'test-require.R:143:3', 'test-require.R:324:3', 'test-require.R:432:3',
'test-require.R:526:3', 'test-require.R:597:3', 'test-indication.R:2:3',
'test-indication.R:202:3', 'test-indication.R:364:3',
'test-indication.R:481:3',
'test-summariseProportionOfPatientsCovered.R:94:3',
'test-summariseProportionOfPatientsCovered.R:170:3',
'test-summariseProportionOfPatientsCovered.R:277:3',
'test-summariseProportionOfPatientsCovered.R:497:3',
'test-summariseProportionOfPatientsCovered.R:550:3', 'test-tables.R:2:3',
'test-tables.R:132:3', 'test-tables.R:271:3', 'test-tables.R:393:3',
'test-tables.R:502:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-summariseDrugRestart.R:76:3'): summarise drug restart ────────
is.na(settings(resultsCohort)$censor_date) is not TRUE
`actual`:
`expected`: TRUE
── Failure ('test-summariseDrugRestart.R:83:3'): summarise drug restart ────────
unique(resultsSup$estimate_value) (`actual`) not equal to c(NA_character_, "0") (`expected`).
`actual`: "-" "0"
`expected`: NA "0"
── Failure ('test-summariseTreatment.R:49:3'): test summariseTreatment ─────────
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-summariseDrugUtilisation.R:65:3'): summariseDrugUtilisation works ──
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 4 | WARN 24 | SKIP 50 | PASS 69 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.7.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [409s/271s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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 4 | WARN 24 | SKIP 50 | PASS 69 ]
══ Skipped tests (50) ══════════════════════════════════════════════════════════
• On CRAN (50): 'test-benchmarkDrugUtilisation.R:2:3',
'test-addDrugUtilisation.R:3:3', 'test-addDrugUtilisation.R:156:3',
'test-addDrugUtilisation.R:196:3', 'test-dailyDose.R:2:3',
'test-generateDrugUtilisationCohortSet.R:2:3',
'test-generateDrugUtilisationCohortSet.R:23:3',
'test-generatedAtcCohortSet.R:2:3',
'test-generatedIngredientCohortSet.R:2:3',
'test-generatedIngredientCohortSet.R:39:3',
'test-generatedIngredientCohortSet.R:54:3',
'test-generatedIngredientCohortSet.R:69:3',
'test-generatedIngredientCohortSet.R:98:3', 'test-drugUse.R:2:3',
'test-drugUse.R:42:3', 'test-drugUse.R:259:3', 'test-drugUse.R:463:3',
'test-drugUse.R:608:3', 'test-drugUse.R:860:3', 'test-drugUse.R:883:3',
'test-drugUse.R:932:3', 'test-drugUse.R:967:3', 'test-drugUse.R:1025:3',
'test-patterns.R:2:3', 'test-plotProportionOfPatientsCovered.R:2:3',
'test-plotProportionOfPatientsCovered.R:58:3',
'test-plotProportionOfPatientsCovered.R:100:3', 'test-plotTreatment.R:2:3',
'test-plots.R:2:3', 'test-readConceptList.R:2:3', 'test-require.R:2:3',
'test-require.R:143:3', 'test-require.R:324:3', 'test-require.R:432:3',
'test-require.R:526:3', 'test-require.R:597:3', 'test-indication.R:2:3',
'test-indication.R:202:3', 'test-indication.R:364:3',
'test-indication.R:481:3',
'test-summariseProportionOfPatientsCovered.R:94:3',
'test-summariseProportionOfPatientsCovered.R:170:3',
'test-summariseProportionOfPatientsCovered.R:277:3',
'test-summariseProportionOfPatientsCovered.R:497:3',
'test-summariseProportionOfPatientsCovered.R:550:3', 'test-tables.R:2:3',
'test-tables.R:132:3', 'test-tables.R:271:3', 'test-tables.R:393:3',
'test-tables.R:502:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-summariseDrugRestart.R:76:3'): summarise drug restart ────────
is.na(settings(resultsCohort)$censor_date) is not TRUE
`actual`:
`expected`: TRUE
── Failure ('test-summariseDrugRestart.R:83:3'): summarise drug restart ────────
unique(resultsSup$estimate_value) (`actual`) not equal to c(NA_character_, "0") (`expected`).
`actual`: "-" "0"
`expected`: NA "0"
── Failure ('test-summariseTreatment.R:49:3'): test summariseTreatment ─────────
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-summariseDrugUtilisation.R:65:3'): summariseDrugUtilisation works ──
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 4 | WARN 24 | SKIP 50 | PASS 69 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc