CRAN Package Check Results for Maintainer ‘Kris Sankaran <ksankaran at wisc.edu>’

Last updated on 2025-10-13 01:49:12 CEST.

Package ERROR NOTE OK
miniLNM 13
multimedia 10 3
structSSI 1 12

Package miniLNM

Current CRAN status: NOTE: 13

Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘estimate.R’ ‘formula.R’ ‘toy_data.R’ 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.1.0
Check: installed package size
Result: NOTE installed size is 42.4Mb sub-directories of 1Mb or more: libs 41.9Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.1.0
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package multimedia

Current CRAN status: NOTE: 10, OK: 3

Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.2.0 because package code uses the pipe placeholder syntax added in R 4.2.0. File(s) using such syntax: ‘predict.R’ ‘sensitivity.R’ ‘treatment_profile.R’ 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

Package structSSI

Current CRAN status: ERROR: 1, OK: 12

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [8s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(structSSI) > > test_check("structSSI") [ FAIL 1 | WARN 4 | SKIP 0 | PASS 51 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_gbh.R:11:5'): pi0 estimates balanced ───────────────────────── `est` not equal to 0.5. 1/1 mismatches [1] 0.65 - 0.5 == 0.15 [ FAIL 1 | WARN 4 | SKIP 0 | PASS 51 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64