-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
27 lines (27 loc) · 879 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
Package: scclust
Type: Package
Title: Size-Constrained Clustering
Version: 0.2.4.9000
Date: 2023-11-29
Authors@R: c(
person("Fredrik", "Savje", email = "[email protected]", role = c("aut", "cre")),
person("Michael", "Higgins", role = "aut"),
person("Jasjeet", "Sekhon", role = "aut"))
Description:
Provides wrappers for 'scclust', a C library for computationally efficient
size-constrained clustering with near-optimal performance.
See <https://github.com/fsavje/scclust> for more information.
Depends:
R (>= 3.4.0),
distances
Imports:
Suggests:
testthat
NeedsCompilation: yes
License: GPL (>= 3)
LicenseNote: The scclust package includes the scclust C library
(distributed under the LGPLv2.1 license).
URL: https://github.com/fsavje/scclust-R
BugReports: https://github.com/fsavje/scclust-R/issues
Encoding: UTF-8
RoxygenNote: 7.2.3