CRAN Package Check Results for Package auctionr

Last updated on 2025-07-13 04:48:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.96 264.33 266.29 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.62 144.04 145.66 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 459.97 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 444.53 OK
r-devel-windows-x86_64 0.1.0 2.00 264.00 266.00 OK
r-patched-linux-x86_64 0.1.0 1.85 251.83 253.68 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 267.00 270.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 3.00 344.00 347.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