CRAN Package Check Results for Package validateIt

Last updated on 2026-09-03 18:53:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 4.37 40.91 45.28 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.1 2.96 32.00 34.96 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.1 30.88 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.1 29.92 NOTE
r-devel-windows-x86_64 1.2.1 6.00 140.00 146.00 ERROR
r-patched-linux-x86_64 1.2.1 4.29 34.51 38.80 NOTE
r-release-linux-x86_64 1.2.1 3.20 35.18 38.38 NOTE
r-release-macos-arm64 1.2.1 1.00 13.00 14.00 NOTE
r-release-macos-x86_64 1.2.1 3.00 41.00 44.00 NOTE
r-release-windows-x86_64 1.2.1 5.00 58.00 63.00 NOTE
r-oldrel-macos-arm64 1.2.1 NOTE
r-oldrel-macos-x86_64 1.2.1 3.00 34.00 37.00 NOTE
r-oldrel-windows-x86_64 1.2.1 8.00 65.00 73.00 NOTE

Check Details

Version: 1.2.1
Check: Rd files
Result: NOTE checkRd: (-1) sendTasks.Rd:41: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sendTasks.Rd:43: Lost braces in \itemize; \value handles \item{}{} directly 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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.2.1
Check: tests
Result: ERROR Running 'testthat.R' [7s] Running the tests in 'tests/testthat.R' failed. Complete output: > Sys.setenv("R_TESTS" = "") > library(testthat) > library(validateIt) > if (!requireNamespace("here", quietly = TRUE)) { + install.packages("here") + } > > library(here) here() starts at D:/RCompile/CRANpkg/local/4.7/validateIt.Rcheck/tests > test_check("validateIt") Saving _problems/testrecordTasks-15.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 58 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('testrecordTasks.R:15:3'): Record exists in path ─────────────────── Expected `Sys.time() - file.info("recordtest.rda")$ctime < 5` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 0 | PASS 58 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64