CRAN Package Check Results for Maintainer ‘Luwei Ying <triads.developers at wustl.edu>’

Last updated on 2024-05-01 16:53:46 CEST.

Package ERROR NOTE OK
validateIt 1 9 2

Package validateIt

Current CRAN status: ERROR: 1, NOTE: 9, OK: 2

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-windows-x86_64

Version: 1.2.1
Check: tests
Result: ERROR Running 'testthat.R' [3s] 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.3/validateIt.Rcheck/tests > test_check("validateIt") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 58 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('testrecordTasks.R:15:3'): Record exists in path ─────────────────── Sys.time() - file.info("recordtest.rda")$ctime < 5 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 0 | PASS 58 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64