CRAN Package Check Results for Package auctionr

Last updated on 2025-07-19 01:48:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.74 266.90 268.64 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.60 144.69 146.29 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 457.27 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 444.53 OK
r-devel-windows-x86_64 0.1.0 3.00 260.00 263.00 OK
r-patched-linux-x86_64 0.1.0 2.05 248.50 250.55 OK
r-release-linux-x86_64 0.1.0 1.89 246.20 248.09 ERROR
r-release-macos-arm64 0.1.0 106.00 OK
r-release-macos-x86_64 0.1.0 240.00 OK
r-release-windows-x86_64 0.1.0 3.00 265.00 268.00 OK
r-oldrel-macos-arm64 0.1.0 103.00 NOTE
r-oldrel-macos-x86_64 0.1.0 174.00 NOTE
r-oldrel-windows-x86_64 0.1.0 4.00 334.00 338.00 NOTE

Check Details

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘auctionr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: auction_model > ### Title: Estimates a first-price auction model. > ### Aliases: auction_model > > ### ** Examples > > ########################################################################### > ## Estimating parameters and standard errors with custom "control" argument > set.seed(100) > dat <- auction_generate_data(obs = 15, mu = 10, alpha = 2, + sigma = 0.2, beta = c(-1,1), + new_x_mean= c(-1,1), + new_x_sd = c(0.5,0.8)) > > res <- auction_model(dat, init_param = c(8, 2, .5, .4, .6), + num_cores = 1, + control = list(parscale = c(1,0.1,0.1,1,1)), + std_err = TRUE) Error in serverSocket(port = port) : creation of server socket failed: port 11004 cannot be opened Calls: auction_model -> makeCluster -> makePSOCKcluster -> serverSocket Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-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.