CRAN Package Check Results for Maintainer ‘Gaetano Romano <g.romano at lancaster.ac.uk>’

Last updated on 2024-06-11 20:48:34 CEST.

Package FAIL NOTE
DeCAFS 2 11

Package DeCAFS

Current CRAN status: FAIL: 2, NOTE: 11

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