Package: mvalpha Type: Package Title: Krippendorff's Alpha for Multi-Valued Data Version: 0.6.0 Authors@R: c( person( "Corie", "Drake", email = "therealcfdrake@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1517-7103") ) ) Description: Calculate Krippendorff's alpha for multi-valued data using the methods introduced by Krippendorff and Craggs (2016) . Nominal, ordinal, interval, and ratio data types are supported, with option to create bootstrapped estimates of alpha. Roxygen: list(markdown = TRUE) License: AGPL (>= 3) Encoding: UTF-8 URL: https://github.com/therealcfdrake/mvalpha BugReports: https://github.com/therealcfdrake/mvalpha/issues Depends: R (>= 4.2.0) RoxygenNote: 7.3.3 LazyData: true Imports: stats, utils, rlang, Rdpack, Rcpp, arrangements, stringr Suggests: testthat (>= 3.0.0) RdMacros: Rdpack LinkingTo: Rcpp Config/testthat/edition: 3 SystemRequirements: OpenMP Config/pak/sysreqs: libgmp3-dev libicu-dev Repository: https://therealcfdrake.r-universe.dev Date/Publication: 2026-06-21 20:37:04 UTC RemoteUrl: https://github.com/therealcfdrake/mvalpha RemoteRef: HEAD RemoteSha: 79a59fca4c19989e847c10f2204be50fc97add96 NeedsCompilation: yes Packaged: 2026-06-22 11:54:03 UTC; root Author: Corie Drake [aut, cre, cph] (ORCID: ) Maintainer: Corie Drake