-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.03 KB
/
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
29
30
Package: Rclusterpp
Type: Package
Title: Linkable C++ Clustering
Version: 0.2.6
VignetteBuilder: knitr
Date: 2022-08-02
Authors@R: c(person("Michael Linderman",role="aut",email="[email protected]"),
person("Robert Bruggner",role="ctb",email="[email protected]"),
person("Zach Bjornson",role="ctb",email="[email protected]"),
person("Robert Tibshirani",role="ctb",email="[email protected]"),
person("Balasubramanian Narasimhan",role="cre",email="[email protected]"),
person("Justin Landis",role = "ctb",email = "[email protected]"))
Description: Provide flexible native clustering routines that can be
linked against in downstream packages.
License: MIT + file LICENSE
Depends: R (>= 2.12.0), Rcpp (>= 0.10.4)
LinkingTo: Rcpp, RcppEigen
Suggests:
RUnit,
rbenchmark,
fastcluster,
inline,
knitr,
rmarkdown,
covr
URL: https://github.com/nolanlab/Rclusterpp
BugReports: https://github.com/nolanlab/Rclusterpp/issues
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.2.1