CRAN Package Check Results for Package blackbox

Last updated on 2025-03-09 22:52:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.46 54.06 101.83 155.89 OK
r-devel-linux-x86_64-debian-gcc 1.1.46 39.64 72.12 111.76 OK
r-devel-linux-x86_64-fedora-clang 1.1.46 930.26 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.46 895.69 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 57.00 124.00 181.00 OK
r-patched-linux-x86_64 1.1.46 55.89 97.22 153.11 OK
r-release-linux-x86_64 1.1.46 56.64 96.61 153.25 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 55.00 121.00 176.00 OK
r-oldrel-macos-arm64 1.1.46 NOTE
r-oldrel-macos-x86_64 1.1.46 135.00 NOTE
r-oldrel-windows-x86_64 1.1.46 70.00 154.00 224.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. 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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.