CRAN Package Check Results for Package janitor

Last updated on 2019-04-22 01:47:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 3.04 38.40 41.44 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 2.36 33.86 36.22 OK
r-devel-linux-x86_64-fedora-clang 1.2.0 62.44 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 55.65 OK
r-devel-windows-ix86+x86_64 1.1.1 8.00 50.00 58.00 ERROR
r-patched-linux-x86_64 1.1.1 2.82 38.18 41.00 ERROR
r-patched-solaris-x86 1.2.0 71.90 OK
r-release-linux-x86_64 1.1.1 2.20 35.49 37.69 OK
r-release-windows-ix86+x86_64 1.2.0 5.00 50.00 55.00 OK
r-release-osx-x86_64 1.1.1 OK
r-oldrel-windows-ix86+x86_64 1.1.1 7.00 80.00 87.00 OK
r-oldrel-osx-x86_64 1.1.1 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [6s/8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(janitor)
     >
     > test_check("janitor")
     -- 1. Failure: users can supply own Ns (@test-adorn-ns.R#129) -----------------
     `%>%`(...) not equal to data.frame(...).
     Component "big": 2 string mismatches
     Component "small": 2 string mismatches
    
     -- 2. Failure: Names are cleaned appropriately (@test-clean-names.R#29) -------
     names(clean)[13] not equal to "acao".
     1/1 mismatches
     x[1]: "a<U+FFFD><U+FFFD>o"
     y[1]: "acao"
    
     -- 3. Failure: Names are cleaned appropriately (@test-clean-names.R#30) -------
     names(clean)[14] not equal to "faroe".
     1/1 mismatches
     x[1]: "far<U+FFFD>"
     y[1]: "faroe"
    
     -- 4. Failure: Tests for cases beyond default snake (@test-clean-names.R#45) --
     names(clean_names(test_df, "small_camel")) not equal to c(...).
     2/20 mismatches
     x[13]: "a<U+FFFD><U+FFFD>O"
     y[13]: "acao"
    
     x[14]: "far<U+FFFD>"
     y[14]: "faroe"
    
     -- 5. Failure: Tests for cases beyond default snake (@test-clean-names.R#52) --
     names(clean_names(test_df, "big_camel")) not equal to c(...).
     2/20 mismatches
     x[13]: "A<U+FFFD><U+FFFD>O"
     y[13]: "Acao"
    
     x[14]: "Far<U+FFFD>"
     y[14]: "Faroe"
    
     -- 6. Failure: Tests for cases beyond default snake (@test-clean-names.R#59) --
     names(clean_names(test_df, "all_caps")) not equal to c(...).
     2/20 mismatches
     x[13]: "A<U+FFFD><U+FFFD>O"
     y[13]: "ACAO"
    
     x[14]: "FAR<U+FFFD>"
     y[14]: "FAROE"
    
     -- 7. Failure: Tests for cases beyond default snake (@test-clean-names.R#66) --
     names(clean_names(test_df, "lower_upper")) not equal to c(...).
     2/20 mismatches
     x[13]: "a<U+FFFD><U+FFFD>O"
     y[13]: "acao"
    
     x[14]: "far<U+FFFD>"
     y[14]: "faroe"
    
     -- 8. Failure: Tests for cases beyond default snake (@test-clean-names.R#73) --
     names(clean_names(test_df, "upper_lower")) not equal to c(...).
     2/20 mismatches
     x[13]: "A<U+FFFD><U+FFFD>o"
     y[13]: "ACAO"
    
     x[14]: "FAR<U+FFFD>"
     y[14]: "FAROE"
    
     == testthat results ===========================================================
     OK: 455 SKIPPED: 0 FAILED: 8
     1. Failure: users can supply own Ns (@test-adorn-ns.R#129)
     2. Failure: Names are cleaned appropriately (@test-clean-names.R#29)
     3. Failure: Names are cleaned appropriately (@test-clean-names.R#30)
     4. Failure: Tests for cases beyond default snake (@test-clean-names.R#45)
     5. Failure: Tests for cases beyond default snake (@test-clean-names.R#52)
     6. Failure: Tests for cases beyond default snake (@test-clean-names.R#59)
     7. Failure: Tests for cases beyond default snake (@test-clean-names.R#66)
     8. Failure: Tests for cases beyond default snake (@test-clean-names.R#73)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(janitor)
     >
     > test_check("janitor")
     -- 1. Failure: users can supply own Ns (@test-adorn-ns.R#129) -----------------
     `%>%`(...) not equal to data.frame(...).
     Component "big": 2 string mismatches
     Component "small": 2 string mismatches
    
     == testthat results ===========================================================
     OK: 438 SKIPPED: 0 FAILED: 1
     1. Failure: users can supply own Ns (@test-adorn-ns.R#129)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 1.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(janitor)
     >
     > test_check("janitor")
     ── 1. Failure: users can supply own Ns (@test-adorn-ns.R#129) ─────────────────
     `%>%`(...) not equal to data.frame(...).
     Component "big": 2 string mismatches
     Component "small": 2 string mismatches
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 438 SKIPPED: 0 FAILED: 1
     1. Failure: users can supply own Ns (@test-adorn-ns.R#129)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64