CRAN Package Check Results for Package icd

Last updated on 2020-10-06 07:48:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.0.9 222.24 169.25 391.49 ERROR
r-devel-linux-x86_64-debian-gcc 4.0.9 182.99 132.47 315.46 ERROR
r-devel-linux-x86_64-fedora-clang 4.0.9 565.24 ERROR
r-devel-linux-x86_64-fedora-gcc 4.0.9 557.00 ERROR
r-patched-linux-x86_64 4.0.9 219.34 160.96 380.30 OK
r-patched-solaris-x86 4.0.9 521.20 NOTE
r-release-linux-x86_64 4.0.9 228.99 165.82 394.81 OK
r-release-macos-x86_64 4.0.9 NOTE
r-release-windows-ix86+x86_64 4.0.9 583.00 289.00 872.00 NOTE
r-oldrel-macos-x86_64 4.0.9 NOTE
r-oldrel-windows-ix86+x86_64 4.0.9 511.00 282.00 793.00 NOTE

Check Details

Version: 4.0.9
Check: tests
Result: ERROR
     Running 'testthat.R' [39s/42s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # this is common code to all the tests, each of which runs test_check with a
     > # different filter:
     > library("icd")
     > library("testthat", warn.conflicts = FALSE, quietly = TRUE)
     > icd:::.show_options()
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > # Definitely don't download data on CRAN
     > if (!icd:::.env_var_is_true("NOT_CRAN")) {
     + old_offline <- options("icd.offline" = TRUE)
     + on.exit(options(old_offline), add = TRUE)
     + } else {
     + old_offline <- options("icd.offline" = FALSE)
     + on.exit(options(old_offline), add = TRUE)
     + if (icd:::.env_var_is_true("ICD_TEST_SLOW")) {
     + old_test_slow <- options("icd.test_slow" = TRUE)
     + on.exit(options(old_test_slow), add = TRUE)
     + }
     + }
     > old_interact <- options("icd.interact" = FALSE)
     > on.exit(options(old_interact), add = TRUE)
     > icd:::.show_options()
     $icd.interact
     [1] FALSE
    
     $icd.offline
     [1] TRUE
    
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > testthat::test_check("icd")
     loading helper-base.R
     loading helper-icd10.R
     -- 1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
     refactor(f, levels = NA, na.rm = FALSE, exclude_na = FALSE) not equal to factor(NA, exclude = NULL).
     1, NA mismatch
    
     == testthat results ===========================================================
     [ OK: 6006 | SKIPPED: 38 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 4.0.9
Check: tests
Result: ERROR
     Running ‘testthat.R’ [30s/43s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # this is common code to all the tests, each of which runs test_check with a
     > # different filter:
     > library("icd")
     > library("testthat", warn.conflicts = FALSE, quietly = TRUE)
     > icd:::.show_options()
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > # Definitely don't download data on CRAN
     > if (!icd:::.env_var_is_true("NOT_CRAN")) {
     + old_offline <- options("icd.offline" = TRUE)
     + on.exit(options(old_offline), add = TRUE)
     + } else {
     + old_offline <- options("icd.offline" = FALSE)
     + on.exit(options(old_offline), add = TRUE)
     + if (icd:::.env_var_is_true("ICD_TEST_SLOW")) {
     + old_test_slow <- options("icd.test_slow" = TRUE)
     + on.exit(options(old_test_slow), add = TRUE)
     + }
     + }
     > old_interact <- options("icd.interact" = FALSE)
     > on.exit(options(old_interact), add = TRUE)
     > icd:::.show_options()
     $icd.interact
     [1] FALSE
    
     $icd.offline
     [1] TRUE
    
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > testthat::test_check("icd")
     loading helper-base.R
     loading helper-icd10.R
     ── 1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
     refactor(f, levels = NA, na.rm = FALSE, exclude_na = FALSE) not equal to factor(NA, exclude = NULL).
     1, NA mismatch
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 6006 | SKIPPED: 38 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 4.0.9
Check: installed package size
Result: NOTE
     installed size is 13.0Mb
     sub-directories of 1Mb or more:
     R 1.8Mb
     data 1.4Mb
     libs 8.6Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 4.0.9
Check: data for non-ASCII characters
Result: NOTE
     Note: found 20 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 4.0.9
Check: tests
Result: ERROR
     Running ‘testthat.R’ [46s/61s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # this is common code to all the tests, each of which runs test_check with a
     > # different filter:
     > library("icd")
     > library("testthat", warn.conflicts = FALSE, quietly = TRUE)
     > icd:::.show_options()
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > # Definitely don't download data on CRAN
     > if (!icd:::.env_var_is_true("NOT_CRAN")) {
     + old_offline <- options("icd.offline" = TRUE)
     + on.exit(options(old_offline), add = TRUE)
     + } else {
     + old_offline <- options("icd.offline" = FALSE)
     + on.exit(options(old_offline), add = TRUE)
     + if (icd:::.env_var_is_true("ICD_TEST_SLOW")) {
     + old_test_slow <- options("icd.test_slow" = TRUE)
     + on.exit(options(old_test_slow), add = TRUE)
     + }
     + }
     > old_interact <- options("icd.interact" = FALSE)
     > on.exit(options(old_interact), add = TRUE)
     > icd:::.show_options()
     $icd.interact
     [1] FALSE
    
     $icd.offline
     [1] TRUE
    
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > testthat::test_check("icd")
     loading helper-base.R
     loading helper-icd10.R
     ── 1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
     refactor(f, levels = NA, na.rm = FALSE, exclude_na = FALSE) not equal to factor(NA, exclude = NULL).
     1, NA mismatch
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 6006 | SKIPPED: 38 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 4.0.9
Check: tests
Result: ERROR
     Running ‘testthat.R’ [50s/125s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # this is common code to all the tests, each of which runs test_check with a
     > # different filter:
     > library("icd")
     > library("testthat", warn.conflicts = FALSE, quietly = TRUE)
     > icd:::.show_options()
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > # Definitely don't download data on CRAN
     > if (!icd:::.env_var_is_true("NOT_CRAN")) {
     + old_offline <- options("icd.offline" = TRUE)
     + on.exit(options(old_offline), add = TRUE)
     + } else {
     + old_offline <- options("icd.offline" = FALSE)
     + on.exit(options(old_offline), add = TRUE)
     + if (icd:::.env_var_is_true("ICD_TEST_SLOW")) {
     + old_test_slow <- options("icd.test_slow" = TRUE)
     + on.exit(options(old_test_slow), add = TRUE)
     + }
     + }
     > old_interact <- options("icd.interact" = FALSE)
     > on.exit(options(old_interact), add = TRUE)
     > icd:::.show_options()
     $icd.interact
     [1] FALSE
    
     $icd.offline
     [1] TRUE
    
     $icd.who_url
     [1] "https://icd.who.int/browse10"
    
     > testthat::test_check("icd")
     loading helper-base.R
     loading helper-icd10.R
     ── 1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
     refactor(f, levels = NA, na.rm = FALSE, exclude_na = FALSE) not equal to factor(NA, exclude = NULL).
     1, NA mismatch
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 6006 | SKIPPED: 38 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: new factor has empty levels when necessary (@test-refactor.R#123)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc