CRAN Package Check Results for Package IntegratedMRF

Last updated on 2024-10-18 17:49:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.9 14.56 41.93 56.49 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.9 9.74 29.80 39.54 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.9 97.20 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.9 94.00 NOTE
r-devel-windows-x86_64 1.1.9 20.00 92.00 112.00 OK
r-patched-linux-x86_64 1.1.9 NOTE
r-release-linux-x86_64 1.1.9 14.05 39.47 53.52 NOTE
r-release-macos-arm64 1.1.9 34.00 OK
r-release-macos-x86_64 1.1.9 44.00 OK
r-release-windows-x86_64 1.1.9 22.00 0.00 22.00 FAIL
r-oldrel-macos-arm64 1.1.9 38.00 OK
r-oldrel-macos-x86_64 1.1.9 46.00 OK
r-oldrel-windows-x86_64 1.1.9 21.00 99.00 120.00 OK

Check Details

Version: 1.1.9
Check: for non-standard things in the check directory
Result: NOTE Found the following files/directories: ‘Error_Estimation_Response_1.tiff’ ‘Error_Estimation_Response_2.tiff’ ‘Error_Estimation_Response_3.tiff’ 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-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.9
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: > ### ** Examples > > library(IntegratedMRF) > X=matrix(runif(20*100),20,100) > Y=matrix(runif(20*3),20,3) > m_feature=5 > Index=1:20 > Inv_Cov_Y=solve(cov(Y)) > ff2 = ncol(X) # number of features > ff =sort(sample(ff2, m_feature)) > Command=2#MRF, as number of output feature is greater than 1 > Split_criteria=splitt(X,Y,m_feature,Index,Inv_Cov_Y,Command,ff) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 7.38 3.27 11.29 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-release-windows-x86_64