Package: ircor Title: Correlation Coefficients for Information Retrieval Version: 1.0 Authors@R: c(person("Julián", "Urbano", email = "urbano.julian@gmail.com", role = c("aut", "cre")), person("Mónica", "Marrero", email = "marrero.monica@gmail.com", role = c("aut"))) Description: Provides implementation of various correlation coefficients of common use in Information Retrieval. In particular, it includes Kendall (1970, isbn:0852641990) tau coefficient as well as tau_a and tau_b for the treatment of ties. It also includes Yilmaz et al. (2008) tauAP correlation coefficient, and versions tauAP_a and tauAP_b developed by Urbano and Marrero (2017) to cope with ties. Depends: R (>= 3.2.0) License: MIT + file LICENSE BugReports: https://github.com/julian-urbano/ircor/issues URL: https://github.com/julian-urbano/ircor/ Encoding: UTF-8 RoxygenNote: 6.0.1 Suggests: testthat Repository: https://julian-urbano.r-universe.dev Date/Publication: 2019-12-10 15:54:29 UTC RemoteUrl: https://github.com/julian-urbano/ircor RemoteRef: HEAD RemoteSha: b76535899f2fc2dce59564b56e1f69fd5d20cc85 NeedsCompilation: no Packaged: 2026-06-11 09:14:51 UTC; root Author: Julián Urbano [aut, cre], Mónica Marrero [aut] Maintainer: Julián Urbano