Package: dccpp Type: Package Title: Fast Computation of Distance Correlations Version: 0.1.0 Date: 2023-09-27 Authors@R: c( person(given = "Jonathan", family = "Berrisch", role = c("aut", "cre"), email = "Jonathan@Berrisch.biz", comment = c(ORCID = "0000-0002-4944-9074")) ) Description: Fast computation of the distance covariance 'dcov' and distance correlation 'dcor'. The computation cost is only O(n log(n)) for the distance correlation (see Chaudhuri, Hu (2019) ). The functions are written entirely in C++ to speed up the computation. License: GPL (>= 3) URL: https://dccpp.berrisch.biz/, https://github.com/BerriJ/dccpp BugReports: https://github.com/BerriJ/dccpp/issues Encoding: UTF-8 Imports: Rcpp (>= 1.0.8) LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.2.3 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://berrij.r-universe.dev Date/Publication: 2023-09-27 08:38:19 UTC RemoteUrl: https://github.com/berrij/dccpp RemoteRef: HEAD RemoteSha: 10551eb8d5caf7341d30b37351ec9af3186e16c5 NeedsCompilation: yes Packaged: 2026-07-05 07:09:18 UTC; root Author: Jonathan Berrisch [aut, cre] (ORCID: ) Maintainer: Jonathan Berrisch