CRAN Package Check Results for Package GCCfactor

Last updated on 2026-03-25 06:52:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 7.83 67.26 75.09 OK
r-devel-linux-x86_64-debian-gcc 1.1.4 5.59 48.83 54.42 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.4 14.00 106.14 120.14 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.4 12.00 91.92 103.92 ERROR
r-devel-macos-arm64 1.1.4 2.00 20.00 22.00 OK
r-devel-windows-x86_64 1.1.4 9.00 80.00 89.00 OK
r-patched-linux-x86_64 1.1.4 7.79 62.21 70.00 OK
r-release-linux-x86_64 1.1.4 7.04 62.58 69.62 OK
r-release-macos-arm64 1.1.4 2.00 21.00 23.00 OK
r-release-macos-x86_64 1.1.4 6.00 68.00 74.00 OK
r-release-windows-x86_64 1.1.4 10.00 81.00 91.00 OK
r-oldrel-macos-arm64 1.1.4 2.00 29.00 31.00 OK
r-oldrel-macos-x86_64 1.1.4 5.00 114.00 119.00 OK
r-oldrel-windows-x86_64 1.1.4 11.00 104.00 115.00 OK

Check Details

Version: 1.1.4
Check: examples
Result: ERROR Running examples in ‘GCCfactor-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: vcov_global_comp > ### Title: Get the variance estimates of the global component > ### Aliases: vcov_global_comp > > ### ** Examples > > panel <- UKhouse # load the data > est_multi <- multilevel(panel, ic = "BIC3", standarise = TRUE, r_max = 5, + depvar_header = "dlPrice", i_header = "Region", + j_header = "LPA_Type", t_header = "Date") > vcov_global_comp_ijt <- vcov_global_comp(est_multi, i = 1, j = 1, t = 1) Error in ar.ols(x, aic = aic, order.max = order.max, na.action = na.action, : non-conformable arguments Error in bwNeweyWest(x, order.by = order.by, prewhite = prewhite, ar.method = ar.method, : VAR(1) prewhitening of estimating functions failed Calls: vcov_global_comp -> vcov_global_loading -> <Anonymous> -> bwNeweyWest Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.4
Check: examples
Result: ERROR Running examples in ‘GCCfactor-Ex.R’ failed The error most likely occurred in: > ### Name: vcov_global_comp > ### Title: Get the variance estimates of the global component > ### Aliases: vcov_global_comp > > ### ** Examples > > panel <- UKhouse # load the data > est_multi <- multilevel(panel, ic = "BIC3", standarise = TRUE, r_max = 5, + depvar_header = "dlPrice", i_header = "Region", + j_header = "LPA_Type", t_header = "Date") > vcov_global_comp_ijt <- vcov_global_comp(est_multi, i = 1, j = 1, t = 1) Error in ar.ols(x, aic = aic, order.max = order.max, na.action = na.action, : non-conformable arguments Error in bwNeweyWest(x, order.by = order.by, prewhite = prewhite, ar.method = ar.method, : VAR(1) prewhitening of estimating functions failed Calls: vcov_global_comp -> vcov_global_loading -> <Anonymous> -> bwNeweyWest Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc