-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.38 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
Package: stream
Title: Infrastructure for Data Stream Mining
Version: 2.0-2.1
Date: 2024-xx-xx
Authors@R: c(
person("Michael", "Hahsler", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2716-1405")),
person("Matthew", "Bolaños", role = "ctb"),
person("John", "Forrest", role = "ctb"),
person("Matthias", "Carnein", role = "ctb"),
person("Dennis", "Assenmacher", role = "ctb"),
person("Dalibor", "Krleža", role = "ctb")
)
Description: A framework for data stream modeling and associated data
mining tasks such as clustering and classification. The development of
this package was supported in part by NSF IIS-0948893, NSF CMMI
1728612, and NIH R21HG005912. Hahsler et al (2017)
<doi:10.18637/jss.v076.i14>.
License: GPL-3
URL: https://github.com/mhahsler/stream
BugReports: https://github.com/mhahsler/stream/issues
Depends:
R (>= 3.5.0)
Imports:
clue,
cluster,
clusterGeneration,
dbscan (>= 1.0-0),
fpc,
graphics,
grDevices,
magrittr,
MASS,
methods,
mlbench,
proxy (>= 0.4-7),
Rcpp (>= 0.11.4),
rpart,
stats,
utils
Suggests:
animation,
DBI,
dplyr,
knitr,
rJava,
RSQLite,
testthat (>= 3.0.0)
LinkingTo:
BH,
Rcpp
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2