CRAN Package Check Results for Package saeSim

Last updated on 2024-08-08 08:49:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.0 9.66 108.20 117.86 NOTE
r-devel-linux-x86_64-debian-gcc 0.11.0 8.13 75.93 84.06 NOTE
r-devel-linux-x86_64-fedora-clang 0.11.0 188.97 NOTE
r-devel-linux-x86_64-fedora-gcc 0.11.0 191.68 NOTE
r-devel-windows-x86_64 0.11.0 11.00 117.00 128.00 NOTE
r-patched-linux-x86_64 0.11.0 13.62 103.99 117.61 ERROR
r-release-linux-x86_64 0.11.0 10.27 104.12 114.39 NOTE
r-release-macos-arm64 0.11.0 55.00 NOTE
r-release-macos-x86_64 0.11.0 89.00 NOTE
r-release-windows-x86_64 0.11.0 11.00 120.00 131.00 NOTE
r-oldrel-macos-arm64 0.11.0 63.00 OK
r-oldrel-macos-x86_64 0.11.0 111.00 OK
r-oldrel-windows-x86_64 0.11.0 15.00 143.00 158.00 OK

Check Details

Version: 0.11.0
Check: Rd files
Result: NOTE checkRd: (-1) sim_setup_preconfigured.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:25: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:26: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:27: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:28: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:29: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:30: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:31: 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: 0.11.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: sim.Rd: parallelStart, parallelLibrary, parallelExport Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.11.0
Check: Rd cross-references
Result: NOTE Undeclared package ‘magrittr’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.11.0
Check: tests
Result: ERROR Running ‘test-all.R’ [23s/28s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > library(saeSim) > > test_check("saeSim") # A data frame: 100 × 3 idD x e * <dbl> <dbl> <dbl> 1 1 0.637 0.202 2 2 -0.782 -0.197 3 3 0.404 -0.117 4 4 0.438 -0.339 5 5 0.243 0.441 6 6 0.418 -0.243 # ℹ 94 more rows [[1]] [1] 1 [[1]] [1] 1 [ FAIL 1 | WARN 252 | SKIP 0 | PASS 135 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-select_cont.R:13:3'): select_cont ──────────────────────────── sum(select_cont(dat1, 0.5, "unit", NULL, TRUE)$e == 0) > 0 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 252 | SKIP 0 | PASS 135 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64