Package: proxyC
Type: Package
Title: Computes Proximity in Large Sparse Matrices
Version: 0.4.1
Authors@R: c(
    person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = c("cre", "aut", "cph"), 
           comment = c(ORCID = "0000-0001-6519-5265")),
    person("Robrecht", "Cannoodt", email = "rcannood@gmail.com", role = c("aut"),
           comment = c(ORCID = "0000-0003-3641-729X"))
    )
Description: 
    Computes proximity between rows or columns of large matrices efficiently in C++.
    Functions are optimised for large sparse matrices using the Armadillo and Intel TBB libraries.
    Among several built-in similarity/distance measures, computation of correlation,
    cosine similarity and Euclidean distance is particularly fast.
URL: https://github.com/koheiw/proxyC
BugReports: https://github.com/koheiw/proxyC/issues
License: GPL-3
Depends: R (>= 3.1.0), methods
Imports: Matrix (>= 1.2), Rcpp (>= 0.12.12)
Suggests: testthat, entropy, proxy, knitr, rmarkdown
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.600.1.0)
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Packaged: 2024-04-07 01:21:43 UTC; watan
Author: Kohei Watanabe [cre, aut, cph]
    (<https://orcid.org/0000-0001-6519-5265>),
  Robrecht Cannoodt [aut] (<https://orcid.org/0000-0003-3641-729X>)
Maintainer: Kohei Watanabe <watanabe.kohei@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-07 08:10:02 UTC
Built: R 4.5.1; aarch64-apple-darwin25.0.0; 2025-10-01 11:07:20 UTC; unix
