CRAN Package Check Results for Package cleaner

Last updated on 2024-11-04 01:48:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.4 5.67 42.75 48.42 NOTE
r-devel-linux-x86_64-debian-gcc 1.5.4 3.54 31.02 34.56 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.4 81.28 ERROR
r-devel-linux-x86_64-fedora-gcc 1.5.4 71.48 NOTE
r-devel-windows-x86_64 1.5.4 6.00 68.00 74.00 NOTE
r-patched-linux-x86_64 1.5.4 5.42 39.72 45.14 NOTE
r-release-linux-x86_64 1.5.4 4.70 40.01 44.71 NOTE
r-release-macos-arm64 1.5.4 26.00 NOTE
r-release-macos-x86_64 1.5.4 37.00 NOTE
r-release-windows-x86_64 1.5.4 7.00 67.00 74.00 NOTE
r-oldrel-macos-arm64 1.5.4 31.00 OK
r-oldrel-macos-x86_64 1.5.4 33.00 OK
r-oldrel-windows-x86_64 1.5.4 7.00 73.00 80.00 OK

Check Details

Version: 1.5.4
Check: Rd files
Result: NOTE checkRd: (-1) clean.Rd:136: Lost braces in \itemize; meant \describe ? checkRd: (-1) clean.Rd:137: Lost braces in \itemize; meant \describe ? checkRd: (-1) clean.Rd:138: Lost braces in \itemize; meant \describe ? checkRd: (-1) clean.Rd:139: Lost braces in \itemize; meant \describe ? checkRd: (-1) clean.Rd:140: Lost braces in \itemize; meant \describe ? checkRd: (-1) clean.Rd:141: Lost braces in \itemize; meant \describe ? checkRd: (-1) clean.Rd:142: Lost braces in \itemize; meant \describe ? Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.5.4
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # ==================================================================== # > # TITLE # > # cleaner: Fast and Easy Data Cleaning # > # # > # SOURCE # > # https://github.com/msberends/cleaner # > # # > # LICENCE # > # (c) 2022 Berends MS (m.s.berends@umcg.nl) # > # # > # This R package is free software; you can freely use and distribute # > # it for both personal and commercial purposes under the terms of the # > # GNU General Public License version 2.0 (GNU GPL-2), as published by # > # the Free Software Foundation. # > # # > # This R package was publicly released in the hope that it will be # > # useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. # > # ==================================================================== # > > library(testthat) > library(cleaner) > > test_check("cleaner") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 18 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-clean.R:23:3', 'test-percentage.R:23:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-rdate.R:24:3'): Date checking works ────────────────────────── sort(as.vector(freq(randomised))) not identical to sort(randomised). Objects equal but not identical [ FAIL 1 | WARN 0 | SKIP 2 | PASS 18 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.4
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > # ==================================================================== # > # TITLE # > # cleaner: Fast and Easy Data Cleaning # > # # > # SOURCE # > # https://github.com/msberends/cleaner # > # # > # LICENCE # > # (c) 2022 Berends MS (m.s.berends@umcg.nl) # > # # > # This R package is free software; you can freely use and distribute # > # it for both personal and commercial purposes under the terms of the # > # GNU General Public License version 2.0 (GNU GPL-2), as published by # > # the Free Software Foundation. # > # # > # This R package was publicly released in the hope that it will be # > # useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. # > # ==================================================================== # > > library(testthat) > library(cleaner) > > test_check("cleaner") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 18 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-clean.R:23:3', 'test-percentage.R:23:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-rdate.R:24:3'): Date checking works ────────────────────────── sort(as.vector(freq(randomised))) not identical to sort(randomised). Objects equal but not identical [ FAIL 1 | WARN 0 | SKIP 2 | PASS 18 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang