Package: stream
Title: Infrastructure for Data Stream Mining
Version: 2.0-3
Date: 2025-03-11
Authors@R: c(
    person("Michael", "Hahsler", , "mhahsler@lyle.smu.edu", 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
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-03-12 01:25:24 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph]
    (<https://orcid.org/0000-0003-2716-1405>),
  Matthew Bolaños [ctb],
  John Forrest [ctb],
  Matthias Carnein [ctb],
  Dennis Assenmacher [ctb],
  Dalibor Krleža [ctb]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2025-03-12 17:30:05 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-13 03:04:56 UTC; windows
Archs: x64
