CRAN Package Check Results for Maintainer ‘Randall Pruim <rpruim at calvin.edu>’

Last updated on 2025-12-06 17:49:27 CET.

Package ERROR WARN NOTE OK
fastR2 1 12
ggformula 1 8 2 2
mosaic 1 12
mosaicCore 1 12
mosaicData 2 11
NHANES 13

Package fastR2

Current CRAN status: ERROR: 1, OK: 12

Version: 1.2.5
Check: package dependencies
Result: ERROR Package required but not available: ‘mosaic’ Packages suggested but not available for checking: 'ggformula', 'mosaicCalc', 'Hmisc', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package ggformula

Current CRAN status: ERROR: 1, WARN: 8, NOTE: 2, OK: 2

Version: 1.0.0
Check: for code/documentation mismatches
Result: WARN Codoc mismatches from Rd file 'gf_lines.Rd': gf_abline Code: function(object = NULL, gformula = NULL, data = NULL, ..., slope, intercept, color, linetype, linewidth, alpha, xlab, ylab, title, subtitle, caption, stat = "identity", show.legend = NA, show.help = NULL, inherit = FALSE, environment = parent.frame()) Docs: function(object = NULL, gformula = NULL, data = NULL, ..., slope, intercept, color, linetype, linewidth, alpha, xlab, ylab, title, subtitle, caption, show.legend = NA, show.help = NULL, inherit = FALSE, environment = parent.frame()) Argument names in code not in docs: stat Mismatches in argument names (first 3): Position: 16 Code: stat Docs: show.legend Position: 17 Code: show.legend Docs: show.help Position: 18 Code: show.help Docs: inherit gf_hline Code: function(object = NULL, gformula = NULL, data = NULL, ..., yintercept, color, linetype, linewidth, alpha, xlab, ylab, title, subtitle, caption, stat = "identity", position = "identity", show.legend = NA, show.help = NULL, inherit = FALSE, environment = parent.frame()) Docs: function(object = NULL, gformula = NULL, data = NULL, ..., yintercept, color, linetype, linewidth, alpha, xlab, ylab, title, subtitle, caption, position = "identity", show.legend = NA, show.help = NULL, inherit = FALSE, environment = parent.frame()) Argument names in code not in docs: stat Mismatches in argument names (first 3): Position: 15 Code: stat Docs: position Position: 16 Code: position Docs: show.legend Position: 17 Code: show.legend Docs: show.help gf_vline Code: function(object = NULL, gformula = NULL, data = NULL, ..., xintercept, color, linetype, linewidth, alpha, xlab, ylab, title, subtitle, caption, stat = "identity", position = "identity", show.legend = NA, show.help = NULL, inherit = FALSE, environment = parent.frame()) Docs: function(object = NULL, gformula = NULL, data = NULL, ..., xintercept, color, linetype, linewidth, alpha, xlab, ylab, title, subtitle, caption, position = "identity", show.legend = NA, show.help = NULL, inherit = FALSE, environment = parent.frame()) Argument names in code not in docs: stat Mismatches in argument names (first 3): Position: 15 Code: stat Docs: position Position: 16 Code: position Docs: show.legend Position: 17 Code: show.legend Docs: show.help Flavors: r-devel-linux-x86_64-debian-clang, 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-windows-x86_64, r-oldrel-windows-x86_64

Version: 1.0.0
Check: package dependencies
Result: ERROR Package required but not available: ‘ggiraph’ Packages suggested but not available for checking: 'mosaic', 'knitr', 'rmarkdown', 'covr', 'quarto' VignetteBuilder package required for checking but not installed: ‘quarto’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: installed package size
Result: NOTE installed size is 9.5Mb sub-directories of 1Mb or more: R 2.0Mb doc 2.3Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package mosaic

Current CRAN status: ERROR: 1, OK: 12

Version: 1.9.2
Check: package dependencies
Result: ERROR Package required but not available: ‘ggformula’ Packages suggested but not available for checking: 'knitr', 'rgl', 'rmarkdown', 'covr', 'leaflet' VignetteBuilder package required for checking but not installed: ‘knitr’ Files named as vignettes but with no recognized vignette engine: ‘inst/doc/MinimalRgg.Rnw’ (Is a VignetteBuilder field missing?) See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package mosaicCore

Current CRAN status: ERROR: 1, OK: 12

Version: 0.9.5
Check: examples
Result: ERROR Running examples in ‘mosaicCore-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: inspect > ### Title: Inspect objects > ### Aliases: inspect inspect.list inspect.character inspect.logical > ### inspect.numeric inspect.factor inspect.Date inspect.POSIXt > ### inspect.data.frame print.inspected_data_frame > > ### ** Examples > > if (require(mosaicData)) { + inspect(Births78) + inspect(Births78, is.numeric) + } Loading required package: mosaicData Error in loadNamespace(x) : there is no package called ‘mosaic’ Calls: inspect ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.5
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mosaicCore) Attaching package: 'mosaicCore' The following object is masked from 'package:testthat': compare > > test_check("mosaicCore") Failed with error: 'there is no package called 'mosaic'' Saving _problems/test-interval-calculations-27.R Failed with error: 'there is no package called 'mosaic'' Saving _problems/test-interval-calculations-35.R [ FAIL 2 | WARN 1 | SKIP 2 | PASS 128 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test-interval-calculations.R:39:1', 'test-makeFun-formula.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-interval-calculations.R:26:3'): CI for sample proportions work. ── Expected `t2[c("six_lower", "six_upper")]` to be equivalent to `as.numeric(ref$conf.int)`. Component 1: Mean relative difference: 0.01043699 Component 2: Mean relative difference: 0.06594204 ── Failure ('test-interval-calculations.R:34:3'): CI for sample proportions work with long_names. ── Expected `t2[c("six_lower", "six_upper")]` to be equivalent to `as.numeric(ref$conf.int)`. Component 1: Mean relative difference: 0.01043699 Component 2: Mean relative difference: 0.06594204 [ FAIL 2 | WARN 1 | SKIP 2 | PASS 128 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package mosaicData

Current CRAN status: NOTE: 2, OK: 11

Version: 0.20.4
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Randall Pruim <rpruim@calvin.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Randall", family = "Pruim", role = c("aut", "cre"), email = "rpruim@calvin.edu"), person(given = "Daniel", family = "Kaplan", role = "aut", email = "kaplan@macalester.edu"), person(given = "Nicholas", family = "Horton", role = "aut", email = "nhorton@amherst.edu")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package NHANES

Current CRAN status: NOTE: 13

Version: 2.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Randall Pruim <rpruim@calvin.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Randall", family = "Pruim", role = c("aut", "cre"), email = "rpruim@calvin.edu") as necessary. The Description field contains http://www.cdc.gov/nchs/nhanes.htm for details. Please enclose URLs in angle brackets (<...>). Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.1.0
Check: Rd files
Result: NOTE checkRd: (-1) NHANES.Rd:278: Lost braces 278 | \code{AgeFirstMarij}{Age participant first tried marijuana. Reported for participants aged 18 to 59 years.} | ^ 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