Package: stream
Version: 2.0-1
Date: 2023-02-28
Encoding: UTF-8
Title: Infrastructure for Data Stream Mining
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
	    email = "mhahsler@lyle.smu.edu",
	    comment = c(ORCID = "0000-0003-2716-1405")),
	    person("Matthew", "Bolaños", role = c("ctb")),
            person("John", "Forrest", role = c("ctb")),
            person("Matthias", "Carnein", role = c("ctb")),
            person("Dennis", "Assenmacher", role = c("ctb")),
            person("Dalibor", "Krleža", role = c("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>.
Depends: R (>= 3.5.0), methods, proxy (>= 0.4-7), magrittr
Imports: clue, cluster, clusterGeneration, dbscan (>= 1.0-0), fpc,
        graphics, grDevices, MASS, mlbench, rpart, Rcpp (>= 0.11.4),
        stats, utils
Suggests: animation, DBI, dplyr, rJava, RSQLite, testthat, knitr
URL: https://github.com/mhahsler/stream
BugReports: https://github.com/mhahsler/stream/issues
LinkingTo: Rcpp, BH
License: GPL-3
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-02-28 19:46:08 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: 2023-02-28 21:00:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 14:43:54 UTC; windows
Archs: i386, x64
