Package: TauStar Type: Package Title: Efficient Computation and Testing of the Bergsma-Dassios Sign Covariance Version: 1.1.9 Authors@R: c(person("Luca", "Weihs", email="lucaw@uw.edu", role=c("aut")), person("Emin", "Martinian", role=c("ctb"), comment="Created the red-black tree library included in package."), person(c("Julian", "D."), "Karch", email = "j.d.karch@fsw.leidenuniv.nl", role = c("cre"), comment = c(ORCID = "0000-0002-1625-2822"))) Description: Computes the t* statistic corresponding to the tau* population coefficient introduced by Bergsma and Dassios (2014) and does so in O(n^2) time following the algorithm of Heller and Heller (2016) building off of the work of Weihs, Drton, and Leung (2016) . Also allows for independence testing using the asymptotic distribution of t* as described by Nandy, Weihs, and Drton (2016) . License: GPL (>= 3) Imports: Rcpp (>= 1.0.1) LinkingTo: Rcpp, RcppArmadillo Suggests: testthat RoxygenNote: 7.3.2 Encoding: UTF-8 URL: https://github.com/karchjd/TauStar BugReports: https://github.com/karchjd/TauStar/issues Repository: https://karchjd.r-universe.dev Date/Publication: 2026-03-07 22:35:00 UTC RemoteUrl: https://github.com/karchjd/taustar RemoteRef: HEAD RemoteSha: a8e5544e71cacdffc9d9d04641224a8bfba68e91 NeedsCompilation: yes Packaged: 2026-07-08 09:22:11 UTC; root Author: Luca Weihs [aut], Emin Martinian [ctb] (Created the red-black tree library included in package.), Julian D. Karch [cre] (ORCID: ) Maintainer: Julian D. Karch