Package: proxyC
Type: Package
Title: Computes Proximity in Large Sparse Matrices
Version: 0.1.2
Authors@R: 
    person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = c("cre", "aut", "cph"), 
    comment = c(ORCID = "0000-0001-6519-5265"))
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. 
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, RcppParallel, RcppArmadillo (>= 0.7.600.1.0)
BugReports: https://github.com/koheiw/proxyC/issues
SystemRequirements: C++11
License: GPL-3
Depends: R (>= 3.1.0), methods
Imports: Matrix (>= 1.2), Rcpp (>= 0.12.12), RcppParallel
Suggests: testthat, proxy
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-04-19 22:08:34 UTC; kohei
Author: Kohei Watanabe [cre, aut, cph]
    (<https://orcid.org/0000-0001-6519-5265>)
Maintainer: Kohei Watanabe <watanabe.kohei@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-19 22:30:02 UTC
