CRAN Package Check Results for Maintainer ‘Chitu Okoli <Chitu.Okoli at skema.edu>’

Last updated on 2025-12-07 07:50:23 CET.

Package ERROR OK
ale 1 12
autogam 1 12
staccuracy 1 12

Package ale

Current CRAN status: ERROR: 1, OK: 12

Version: 0.5.3
Check: package dependencies
Result: ERROR Package required but not available: ‘univariateML’ Packages suggested but not available for checking: '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 autogam

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.0
Check: package dependencies
Result: ERROR Package required but not available: ‘univariateML’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package staccuracy

Current CRAN status: ERROR: 1, OK: 12

Version: 0.2.2
Check: examples
Result: ERROR Running examples in ‘staccuracy-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: reg_aucroc > ### Title: Area under the ROC curve for regression target outcomes > ### Aliases: reg_aucroc > > ### ** Examples > > # Remove rows with missing values from airquality dataset > airq <- airquality |> + na.omit() > > # Create binary version where the target variable 'Ozone' is dichotomized based on its median > airq_bin <- airq > airq_bin$Ozone <- airq_bin$Ozone >= median(airq_bin$Ozone) > > # Create a generic regression model; use autogam > req_aq <- autogam::autogam(airq, 'Ozone', family = gaussian()) Error in loadNamespace(x) : there is no package called ‘autogam’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc