CRAN Package Check Results for Maintainer ‘Curtis Miller <cmiller at math.utah.edu>’

Last updated on 2025-01-03 01:48:53 CET.

Package FAIL NOTE OK
CPAT 1 2 10

Package CPAT

Current CRAN status: FAIL: 1, NOTE: 2, OK: 10

Version: 0.1.0
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘Rdpack’ ‘grDevices’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > flush(stderr()); flush(stdout()) > > ### Name: stat_hs > ### Title: Compute the Hidalgo-Seo Statistic > ### Aliases: stat_hs > > ### ** Examples > > CPAT:::stat_hs(rnorm(1000)) [1] 0.3734933 > CPAT:::stat_hs(rnorm(1000), corr = FALSE) [1] 0.9203142 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 25.82 10.64 36.48 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64