CRAN Package Check Results for Package blackbox

Last updated on 2025-02-22 12:50:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.46 51.82 102.92 154.74 OK
r-devel-linux-x86_64-debian-gcc 1.1.46 37.22 74.85 112.07 OK
r-devel-linux-x86_64-fedora-clang 1.1.46 994.30 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.46 921.05 ERROR
r-devel-macos-arm64 1.1.46 66.00 OK
r-devel-macos-x86_64 1.1.46 141.00 OK
r-devel-windows-x86_64 1.1.46 55.00 126.00 181.00 OK
r-patched-linux-x86_64 1.1.46 54.29 96.03 150.32 OK
r-release-linux-x86_64 1.1.46 55.42 98.35 153.77 OK
r-release-macos-arm64 1.1.46 70.00 NOTE
r-release-macos-x86_64 1.1.46 119.00 NOTE
r-release-windows-x86_64 1.1.46 56.00 122.00 178.00 OK
r-oldrel-macos-arm64 1.1.46 69.00 NOTE
r-oldrel-macos-x86_64 1.1.46 135.00 NOTE
r-oldrel-windows-x86_64 1.1.46 69.00 158.00 227.00 OK

Check Details

Version: 1.1.46
Check: examples
Result: ERROR Running examples in ‘blackbox-Ex.R’ failed The error most likely occurred in: > ### Name: bboptim > ### Title: Black-box function optimization > ### Aliases: bboptim rbb > ### Keywords: optimize > > ### ** Examples > > # Classical toy example with optional noise > fr <- function(v,sd) { ## Rosenbrock Banana function + 10 * (v["y"] - v["x"]^2)^2 + (1 - v["x"])^2 + rnorm(1,sd=sd) + } > set.seed(123) > > # Initial parameter values, including duplicates. See ?init_grid. > parsp <- init_grid(lower=c(x=0,y=0),upper=c(x=2,y=2),nUnique=25) > > #### Without noise > # add function values > simuls <- cbind(parsp,bb=apply(parsp,1,"fr",sd=0)) > > # optimization > bbresu <- bboptim(simuls) Only 25 unique coordinates selected for cross-validation. Warning in spaMM.options(spaMM_glm_conv_silent = TRUE) : 'spaMM_glm_conv_silent' not previously in spaMM.options. Check such name(s)? Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.46
Check: installed package size
Result: NOTE installed size is 10.1Mb sub-directories of 1Mb or more: libs 9.5Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64