-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
62 lines (62 loc) · 2.81 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: cluster
Version: 2.1.8.1
VersionNote: Last CRAN: 2.1.8 on 2024-12-10; 2.1.7 on 2024-12-06; 2.1.6
on 2023-11-30; 2.1.5 on 2023-11-27
Date: 2025-03-11
Priority: recommended
Title: "Finding Groups in Data": Cluster Analysis Extended Rousseeuw et
al.
Description: Methods for Cluster analysis. Much extended the original from
Peter Rousseeuw, Anja Struyf and Mia Hubert,
based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".
Maintainer: Martin Maechler <[email protected]>
Authors@R: c(person("Martin","Maechler", role = c("aut","cre"),
email="[email protected]", comment = c(ORCID = "0000-0002-8685-9910"))
,person("Peter", "Rousseeuw", role="aut", email="[email protected]",
comment = c("Fortran original", ORCID = "0000-0002-3807-5353"))
,person("Anja", "Struyf", role="aut", comment= "S original")
,person("Mia", "Hubert", role="aut", email= "[email protected]",
comment = c("S original", ORCID = "0000-0001-6398-4850"))
,person("Kurt", "Hornik", role=c("trl", "ctb"),
email="[email protected]",
comment=c("port to R; maintenance(1999-2000)", ORCID="0000-0003-4198-9911"))
,person("Matthias", "Studer", role="ctb")
,person("Pierre", "Roudier", role="ctb")
,person("Juan", "Gonzalez", role="ctb")
,person("Kamil", "Kozlowski", role="ctb")
,person("Erich", "Schubert", role="ctb", comment = c("fastpam options for pam()",
ORCID = "0000-0001-9143-4880"))
,person("Keefe", "Murphy", role="ctb", comment = "volume.ellipsoid({d >= 3})")
#not yet ,person("Fischer-Rasmussen", "Kasper", role = "ctb", comment = "Gower distance for CLARA")
)
Depends: R (>= 3.5.0)
Imports: graphics, grDevices, stats, utils
Suggests: MASS, Matrix
SuggestsNote: MASS: two examples using cov.rob() and mvrnorm(); Matrix
tools for testing
Enhances: mvoutlier, fpc, ellipse, sfsmisc
EnhancesNote: xref-ed in man/*.Rd
LazyLoad: yes
LazyData: yes
ByteCompile: yes
BuildResaveData: no
License: GPL (>= 2)
URL: https://svn.r-project.org/R-packages/trunk/cluster/
NeedsCompilation: yes
Packaged: 2025-03-11 22:34:24 UTC; maechler
Author: Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>),
Peter Rousseeuw [aut] (Fortran original,
<https://orcid.org/0000-0002-3807-5353>),
Anja Struyf [aut] (S original),
Mia Hubert [aut] (S original, <https://orcid.org/0000-0001-6398-4850>),
Kurt Hornik [trl, ctb] (port to R; maintenance(1999-2000),
<https://orcid.org/0000-0003-4198-9911>),
Matthias Studer [ctb],
Pierre Roudier [ctb],
Juan Gonzalez [ctb],
Kamil Kozlowski [ctb],
Erich Schubert [ctb] (fastpam options for pam(),
<https://orcid.org/0000-0001-9143-4880>),
Keefe Murphy [ctb] (volume.ellipsoid({d >= 3}))
Repository: CRAN
Date/Publication: 2025-03-12 17:20:02 UTC