* using log directory 'd:/RCompile/CRANincoming/R-devel/irrCAC.Rcheck' * using R version 4.6.0 RC (2026-04-21 r89932 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-04-22 03:26:59 UTC * checking for file 'irrCAC/DESCRIPTION' ... OK * this is package 'irrCAC' version '1.3' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Kilem L. Gwet ' New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: Bangdiwala's (13:98) CAC (9:49, 11:17, 11:56) Fleiss (12:3) Gwet's (12:48) Krippendorff's (12:81) Prediger (12:26) CRAN repository db overrides: X-CRAN-Comment: Archived on 2026-04-10 as issues were not corrected despite reminders. Found the following (possibly) invalid URLs: URL: https://www.amazon.com/Handbook-Inter-Rater-Reliability-Definitive-Measuring/dp/0970806280/ From: README.md Status: 500 Message: Internal Server Error Found the following (possibly) invalid file URIs: URI: see%20amazon.com From: inst/doc/benchmarking.html URI: see%20amazon.com From: inst/doc/overview.html URI: see%20amazon.com From: inst/doc/weighting.html * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'irrCAC' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking 'build' 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 use of S3 registration ... 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 ... [17s] OK * checking Rd files ... NOTE checkRd: (-1) landis.koch.bf.Rd:17: Escaped LaTeX specials: \& * 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... ERROR Running examples in 'irrCAC-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bp.coeff.dist > ### Title: Brennan-Prediger's agreement coefficient among multiple raters > ### (2, 3, +) when the input dataset is the distribution of raters by > ### subject and category. > ### Aliases: bp.coeff.dist > > ### ** Examples > > #The dataset "distrib.6raters" comes with this package. It represents the distribution of 6 raters > #by subject and by category. Note that each row of this dataset sums to the number of raters, which > #is 6. You may this dataset as follows: > distrib.6raters Depression Personality.Disorder Schizophrenia Neurosis Other 1 0 0 0 6 0 2 0 3 0 0 3 3 0 1 4 0 1 4 0 0 0 0 6 5 0 3 0 3 0 6 2 0 4 0 0 7 0 0 4 0 2 8 2 0 3 1 0 9 2 0 0 4 0 10 0 0 0 0 6 11 1 0 0 5 0 12 1 1 0 4 0 13 0 3 3 0 0 14 1 0 0 5 0 15 0 2 0 3 1 > bp.coeff.dist(distrib.6raters) #BP coefficient, precision measures, weights & list of categories Error in `dplyr::summarise()`: ℹ In argument: `ri = rowSums(across(1:q))`. Caused by error: ! `ri` must be size 1, not 15. ℹ To return more or less than 1 row per group, use `reframe()`. Backtrace: ▆ 1. ├─irrCAC::bp.coeff.dist(distrib.6raters) 2. │ ├─... %>% min() 3. │ ├─dplyr::summarise(as.data.frame(agree.mat), ri = rowSums(across(1:q))) 4. │ └─dplyr:::summarise.data.frame(as.data.frame(agree.mat), ri = rowSums(across(1:q))) 5. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), by, "summarise") 6. │ └─base::withCallingHandlers(...) 7. ├─dplyr:::dplyr_internal_error(...) 8. │ └─rlang::abort(class = c(class, "dplyr:::internal_error"), dplyr_error_data = data) 9. │ └─rlang:::signal_abort(cnd, .file) 10. │ └─base::signalCondition(cnd) 11. └─dplyr (local) ``(``) 12. └─dplyr (local) handler(cnd) 13. └─rlang::abort(message, class = error_class, parent = parent, call = error_call) Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building 'benchmarking.Rmd' using rmarkdown --- finished re-building 'benchmarking.Rmd' --- re-building 'overview.Rmd' using rmarkdown Quitting from overview.Rmd:68-74 [unnamed-chunk-5] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `dplyr::summarise()`: ℹ In argument: `ri = rowSums(across(1:q))`. Caused by error: ! `ri` must be size 1, not 15. ℹ To return more or less than 1 row per group, use `reframe()`. --- Backtrace: ▆ 1. ├─irrCAC::gwet.ac1.dist(distrib.6raters) 2. │ ├─... %>% min() 3. │ ├─dplyr::summarise(as.data.frame(agree.mat), ri = rowSums(across(1:q))) 4. │ └─dplyr:::summarise.data.frame(as.data.frame(agree.mat), ri = rowSums(across(1:q))) 5. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), by, "summarise") 6. │ └─base::withCallingHandlers(...) 7. └─dplyr:::dplyr_internal_error(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'overview.Rmd' failed with diagnostics: ℹ In argument: `ri = rowSums(across(1:q))`. Caused by error: ! `ri` must be size 1, not 15. ℹ To return more or less than 1 row per group, use `reframe()`. --- failed re-building 'overview.Rmd' --- re-building 'weighting.Rmd' using rmarkdown Quitting from weighting.Rmd:94-100 [unnamed-chunk-5] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `dplyr::summarise()`: ℹ In argument: `ri = rowSums(across(1:q))`. Caused by error: ! `ri` must be size 1, not 15. ℹ To return more or less than 1 row per group, use `reframe()`. --- Backtrace: ▆ 1. ├─irrCAC::gwet.ac1.dist(distrib.6raters, weights = quadratic.weights(1:q)) 2. │ ├─... %>% min() 3. │ ├─dplyr::summarise(as.data.frame(agree.mat), ri = rowSums(across(1:q))) 4. │ └─dplyr:::summarise.data.frame(as.data.frame(agree.mat), ri = rowSums(across(1:q))) 5. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), by, "summarise") 6. │ └─base::withCallingHandlers(...) 7. └─dplyr:::dplyr_internal_error(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'weighting.Rmd' failed with diagnostics: ℹ In argument: `ri = rowSums(across(1:q))`. Caused by error: ! `ri` must be size 1, not 15. ℹ To return more or less than 1 row per group, use `reframe()`. --- failed re-building 'weighting.Rmd' SUMMARY: processing the following files failed: 'overview.Rmd' 'weighting.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [24s] OK * checking HTML version of manual ... [14s] OK * DONE Status: 2 ERRORs, 2 NOTEs