CRAN Package Check Results for Package CovTools

Last updated on 2025-03-09 12:51:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.4 51.01 84.35 135.36 NOTE
r-devel-linux-x86_64-debian-gcc 0.5.4 36.25 62.70 98.95 NOTE
r-devel-linux-x86_64-fedora-clang 0.5.4 254.62 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5.4 241.63 NOTE
r-devel-macos-arm64 0.5.4 54.00 NOTE
r-devel-macos-x86_64 0.5.4 104.00 NOTE
r-devel-windows-x86_64 0.5.4 58.00 121.00 179.00 NOTE
r-patched-linux-x86_64 0.5.4 47.48 79.44 126.92 NOTE
r-release-linux-x86_64 0.5.4 45.54 79.13 124.67 NOTE
r-release-macos-arm64 0.5.4 61.00 NOTE
r-release-macos-x86_64 0.5.4 82.00 NOTE
r-release-windows-x86_64 0.5.4 52.00 114.00 166.00 ERROR
r-oldrel-macos-arm64 0.5.4 NOTE
r-oldrel-macos-x86_64 0.5.4 113.00 NOTE
r-oldrel-windows-x86_64 0.5.4 66.00 152.00 218.00 NOTE

Check Details

Version: 0.5.4
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential 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-macos-arm64, r-devel-macos-x86_64, 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

Version: 0.5.4
Check: examples
Result: ERROR Running examples in 'CovTools-Ex.R' failed The error most likely occurred in: > ### Name: CovEst.soft > ### Title: Covariance Estimation via Soft Thresholding > ### Aliases: CovEst.soft > > ### ** Examples > > ## generate data from multivariate normal with Identity covariance. > pdim <- 5 > data <- matrix(rnorm(10*pdim), ncol=pdim) > > ## apply 4 different schemes > # mthr is a vector of regularization parameters to be tested > mthr <- exp(seq(from=log(0.1),to=log(10),length.out=10)) > > out1 <- CovEst.soft(data, thr=0.1) # threshold value 0.1 > out2 <- CovEst.soft(data, thr=1) # threshold value 1 > out3 <- CovEst.soft(data, thr=10) # threshold value 10 > out4 <- CovEst.soft(data, thr=mthr) # automatic threshold checking Error in serverSocket(port = port) : creation of server socket failed: port 11506 cannot be opened Calls: CovEst.soft ... thr1.multiple -> makeCluster -> makePSOCKcluster -> serverSocket Execution halted Flavor: r-release-windows-x86_64