CRAN Package Check Results for Package cleaner

Last updated on 2024-11-22 03:52:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.4 5.51 41.99 47.50 ERROR
r-devel-linux-x86_64-debian-gcc 1.5.5 3.29 30.90 34.19 OK
r-devel-linux-x86_64-fedora-clang 1.5.5 81.15 OK
r-devel-linux-x86_64-fedora-gcc 1.5.5 77.26 OK
r-devel-windows-x86_64 1.5.5 7.00 65.00 72.00 OK
r-patched-linux-x86_64 1.5.4 5.50 39.90 45.40 NOTE
r-release-linux-x86_64 1.5.4 5.23 39.97 45.20 NOTE
r-release-macos-arm64 1.5.5 31.00 OK
r-release-macos-x86_64 1.5.5 63.00 OK
r-release-windows-x86_64 1.5.5 8.00 67.00 75.00 OK
r-oldrel-macos-arm64 1.5.5 31.00 OK
r-oldrel-macos-x86_64 1.5.5 44.00 OK
r-oldrel-windows-x86_64 1.5.5 10.00 77.00 87.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-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.5.4
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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-clang