CRAN Package Check Results for Maintainer ‘Steffen Moritz <steffen.moritz10 at gmail.com>’

Last updated on 2024-06-13 05:59:52 CEST.

Package ERROR OK
imputeR 1 12
imputeTS 1 12
ridge 2 11

Package imputeR

Current CRAN status: ERROR: 1, OK: 12

Version: 2.2
Check: package dependencies
Result: ERROR Package required but not available: ‘reshape2’ Packages suggested but not available for checking: 'testthat', 'caret', 'Cubist' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package imputeTS

Current CRAN status: ERROR: 1, OK: 12

Version: 3.3
Check: package dependencies
Result: ERROR Packages required but not available: 'ggplot2', 'ggtext', 'forecast' Packages suggested but not available for checking: 'testthat', 'tibble', 'tsibble' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package ridge

Current CRAN status: ERROR: 2, OK: 11

Version: 3.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘testthat’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 3.3
Check: examples
Result: ERROR Running examples in ‘ridge-Ex.R’ failed The error most likely occurred in: > ### Name: pvals > ### Title: Compute p-values for ridgeLinear and ridgeLogistic models > ### Aliases: pvals pvals.ridgeLinear pvals.ridgeLogistic > ### plot.pvalsRidgeLinear plot.pvalsRidgeLogistic print.pvalsRidgeLinear > ### print.pvalsRidgeLogistic > > ### ** Examples > > data(GenBin) > mod <- logisticRidge(Phenotypes ~ ., data = as.data.frame(GenBin)) Execution halted Flavor: r-oldrel-macos-x86_64