Package: ICIKendallTau Title: Calculates information-content-informed Kendall-tau Version: 1.2.21 Authors@R: c( person( given = c("Robert", "M"), family = "Flight", role = c("aut", "cre"), email = "rflight79@gmail.com", comment = c(ORCID = "0000-0001-8141-7788")), person( given = c("Hunter", "NB"), family = "Moseley", role = "aut", comment = c(ORCID = "0000-0003-3995-5368"))) Description: Provides functions for calculating information-content-informed Kendall-tau. This version of Kendall-tau allows for the inclusion of missing values. VignetteBuilder: knitr LazyData: true License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 LinkingTo: Rcpp Imports: Rcpp, purrr, utils, stringr, stats, rlang, cli Suggests: furrr, future, testthat (>= 3.0.0), microbenchmark, rmarkdown, knitr, dplyr, logger, withr, ggplot2, visdat URL: https://moseleybioinformaticslab.github.io/ICIKendallTau/, https://github.com/moseleybioinformaticslab/ICIKendallTau/ BugReports: https://github.com/moseleybioinformaticslab/ICIKendallTau/issues Config/testthat/edition: 3 Depends: R (>= 4.1.0) Config/pak/sysreqs: libicu-dev Repository: https://moseleybioinformaticslab.r-universe.dev Date/Publication: 2026-04-15 18:45:02 UTC RemoteUrl: https://github.com/MoseleyBioinformaticsLab/ICIKendallTau RemoteRef: v1.2.21 RemoteSha: 366796a7a0b8bb04d7e26bea68c2a5b1432e8253 NeedsCompilation: yes Packaged: 2026-06-24 09:55:23 UTC; root Author: Robert M Flight [aut, cre] (ORCID: ), Hunter NB Moseley [aut] (ORCID: ) Maintainer: Robert M Flight