Last updated on 2025-07-13 00:48:50 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
auctionr | 1 | 3 | 9 |
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
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