* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/ablasso.Rcheck’ * using R Under development (unstable) (2025-11-16 r89026) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘ablasso/DESCRIPTION’ ... OK * this is package ‘ablasso’ version ‘1.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘ablasso’ can be installed ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... OK * checking examples with --run-donttest ... [30m/36m] ERROR Running examples in ‘ablasso-Ex.R’ failed The error most likely occurred in: > ### Name: ablasso_mv_ss > ### Title: AB-LASSO Estimator with Random Sample Splitting for Multivariate > ### Models > ### Aliases: ablasso_mv_ss > > ### ** Examples > > ## No test: > # Use the Covid data > N = length(unique(covid_data$fips)) > P = length(unique(covid_data$week)) > Y = matrix(covid_data$logdc, nrow = P, ncol = N) > D = matrix(covid_data$dlogtests, nrow = P, ncol = N) > C = list() > C[[1]] = matrix(covid_data$school, nrow = P, ncol = N) > C[[2]] = matrix(covid_data$college, nrow = P, ncol = N) > C[[3]] = matrix(covid_data$pmask, nrow = P, ncol = N) > C[[4]] = matrix(covid_data$pshelter, nrow = P, ncol = N) > C[[5]] = matrix(covid_data$pgather50, nrow = P, ncol = N) > > results.kf2 <- ablasso_mv_ss(Y = Y, D = D, C = C, lag = 4, nboot = 2) 1 / 2 2 / 2 > print(results.kf2) beta_1 beta_2 beta_3 beta_4 theta_0 estimates 0.63348076 -0.014929993 0.042042192 -0.011366977 0.002862328 std.hat 0.01617575 0.007510496 0.006378352 0.006165033 0.004269578 stat 39.16238327 -1.987883756 6.591387950 -1.843781905 0.670400753 theta_1.1 theta_1.2 theta_1.3 theta_1.4 theta_1.5 estimates 0.5014339 1.7288732 -0.08608771 -0.1173443 0.05536880 std.hat 0.1457624 0.3295305 0.02092711 0.0342994 0.03436484 stat 3.4400766 5.2464734 -4.11369407 -3.4211758 1.61120490 > results.kf5 <- ablasso_mv_ss(Y = Y, D = D, C = C, lag = 4, Kf = 5, nboot = 2) 1 / 2 * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 1 ERROR See ‘/data/blackswan/ripley/R/packages/tests-devel/ablasso.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 37:00.50, 1826.13 + 14.69