-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1020 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: coop
Type: Package
Title: Co-Operation: Fast Covariance, Correlation, and Cosine Similarity Operations
Version: 0.6-3
Description: Fast implementations of the co-operations: covariance,
correlation, and cosine similarity. The implementations are
fast and memory-efficient and their use is resolved
automatically based on the input data, handled by R's S3
methods. Full descriptions of the algorithms and benchmarks
are available in the package vignettes.
License: BSD 2-clause License + file LICENSE
Depends:
R (>= 3.1.0)
Enhances:
slam (>= 0.1.32),
Matrix
Suggests:
memuse
NeedsCompilation: yes
ByteCompile: yes
URL: https://github.com/wrathematics/coop
BugReports: https://github.com/wrathematics/coop/issues
Authors@R: c(person("Drew", "Schmidt", role=c("aut", "cre"),
email="wrathematics@gmail.com"),
person("Christian", "Heckendorf", role="ctb", comment="Caught some
memory errors."))
Maintainer: Drew Schmidt <wrathematics@gmail.com>
RoxygenNote: 7.1.2