CRAN Package Check Results for Package DeCAFS

Last updated on 2024-06-11 07:54:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.3.3 29.36 58.95 88.31 NOTE
r-devel-linux-x86_64-debian-gcc 3.3.3 21.01 43.73 64.74 NOTE
r-devel-linux-x86_64-fedora-clang 3.3.3 124.83 NOTE
r-devel-linux-x86_64-fedora-gcc 3.3.3 120.95 NOTE
r-devel-windows-x86_64 3.3.3 28.00 67.00 95.00 FAIL
r-patched-linux-x86_64 3.3.3 25.98 56.58 82.56 NOTE
r-release-linux-x86_64 3.3.3 28.74 56.51 85.25 NOTE
r-release-macos-arm64 3.3.3 36.00 NOTE
r-release-macos-x86_64 3.3.3 48.00 NOTE
r-release-windows-x86_64 3.3.3 28.00 13.00 41.00 FAIL
r-oldrel-macos-arm64 3.3.3 39.00 NOTE
r-oldrel-macos-x86_64 3.3.3 59.00 NOTE
r-oldrel-windows-x86_64 3.3.3 34.00 99.00 133.00 NOTE

Check Details

Version: 3.3.3
Check: C++ specification
Result: NOTE Specified C++14: 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-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: 3.3.3
Check: whether the package can be unloaded cleanly
Result: WARN
Flavor: r-devel-windows-x86_64

Version: 3.3.3
Check: whether the namespace can be loaded with stated dependencies
Result: WARN Fatal error: couldn't allocate node stack A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. Flavor: r-devel-windows-x86_64

Version: 3.3.3
Check: whether the namespace can be unloaded cleanly
Result: WARN
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 3.3.3
Check: examples
Result: ERROR Running examples in 'DeCAFS-Ex.R' failed The error most likely occurred in: > ### Name: oilWell > ### Title: Rock structure data from an oil well > ### Aliases: oilWell > ### Keywords: datasets > > ### ** Examples > > > # removing outliers > n = length(oilWell) > h = 32 > med = rep(NA, n) > for (i in 1:n) { + index = max(1, i - h):min(n, i + h) + med[i] = median(oilWell[index]) + } > residual = (oilWell - med) > > y = oilWell[abs(residual) < 8000] > sigma = sqrt(var(residual[abs(residual) < 8000])) > > # running DeCAFS > res <- DeCAFS(y/sigma) Warning: Automatic parameters estimation employed. The choice of penalties for DeCAFS is important - where possible investigate the returned segmentation. For more details about initial parameters estimation, please see help('estimateParameters'). If unsure of which model is the most suited for a given sequence, run guidedModelSelection(). To silence this warning when using DeCAFS, run DeCAFS with argument: warningMessage = FALSE. > plot(res, xlab = "time", ylab = "y", type = "l") Error in plot.new() : 'R_Calloc' could not allocate memory (2354059 of 1 bytes) Calls: plot -> plot.DeCAFSout -> plot -> plot.default -> plot.new Execution halted Flavor: r-devel-windows-x86_64

Version: 3.3.3
Check: HTML version of manual
Result: FAIL
Flavor: r-devel-windows-x86_64

Version: 3.3.3
Check: loading without being on the library search path
Result: FAIL
Flavor: r-release-windows-x86_64