-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 913 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: dsClusterAnalysis
Type: Package
Maintainer: <[email protected]>
Author: <[email protected]>
Version: 1.0.1
License: GPL-3
Title: DataSHIELD server side functions for the dsClusterAnalysis package
Description: Server side functions to perform non-disclosive cluster analysis with DataSHIELD.
Depends:
R(>= 4.1.0)
Options: datashield.privacyLevel=5
Imports:
remotes,
factoextra(>= 1.0.7),
NbClust(>= 3.0),
Matrix,
VarSelLCM,
dplyr(>= 1.1.1),
tidyr,
truncnorm,
clusterSim,
stringr,
dsBase
AggregateMethods:
clusterPlotDS,
nbclustDS,
varSelLcmDS1,
varSelLcmDS3
AssignMethods:
cutreeDS,
distDS,
hclustDS,
kmeansDS,
varSelLcmDS2,
varSelLcmDS4,
varSelLcmSingleDS1
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
cluster
Remotes: cran/[email protected], datashield/[email protected]
Config/testthat/edition: 3