Last data update: 2014.03.03

stream

Package: stream
Version: 1.2-2
Date: 2015-10-28
Title: Infrastructure for Data Stream Mining
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu"),
person("Matthew", "Bolanos", role = c("aut", "cph")),
person("John", "Forrest", role = c("aut", "cph")))
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 and NIH R21HG005912.
Depends: R (>= 2.13.0), methods, proxy (>= 0.4-7)
Imports: animation, clue, cluster, clusterGeneration, dbscan (>=
0.9-2), fpc, graphics, grDevices, MASS, mlbench, Rcpp (>=
0.11.4), stats, utils
Suggests: DBI, rJava, RSQLite, testthat
URL: http://lyle.smu.edu/IDA/TRACDS/
BugReports: https://r-forge.r-project.org/projects/clusterds/
LinkingTo: Rcpp
License: GPL-3
NeedsCompilation: yes
Packaged: 2015-10-28 16:37:29 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph],
Matthew Bolanos [aut, cph],
John Forrest [aut, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2015-10-28 19:41:43

● 0 images, 50 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'stream' ...
** package 'stream' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c DBSTREAM.cpp -o DBSTREAM.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c DStream.cpp -o DStream.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c NumericVector.cpp -o NumericVector.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c kmeansw.cc -o kmeansw.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o stream.so DBSTREAM.o DStream.o NumericVector.o kmeansw.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/stream/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'stream'
    finding HTML links ... done
    DSC                                     html  
    DSC_DBSCAN                              html  
    DSC_DBSTREAM                            html  
    DSC_DStream                             html  
    DSC_Hierarchical                        html  
    DSC_Kmeans                              html  
    DSC_Macro                               html  
    DSC_Micro                               html  
    DSC_Reachability                        html  
    DSC_Sample                              html  
    DSC_Static                              html  
    DSC_TwoStage                            html  
    DSC_Window                              html  
    DSClassify                              html  
    DSD                                     html  
    DSD_BarsAndGaussians                    html  
    DSD_Benchmark                           html  
    DSD_Cubes                               html  
    DSD_Gaussians                           html  
    DSD_MG                                  html  
    DSD_Memory                              html  
    DSD_ReadCSV                             html  
    DSD_ReadDB                              html  
    DSD_ScaleStream                         html  
    DSD_Target                              html  
    DSD_UniformNoise                        html  
    DSD_mlbenchData                         html  
    DSD_mlbenchGenerator                    html  
    DSFP                                    html  
    DSO                                     html  
    DSO_Sampling                            html  
    DSO_Window                              html  
    DST                                     html  
    MGC                                     html  
    animation                               html  
Rd warning: /tmp/RtmpHBD0l8/R.INSTALL1328710cee27/stream/man/animation.Rd:49: missing file link 'ani.replay'
    evaluate                                html  
    get_assignment                          html  
    get_centers                             html  
    get_copy                                html  
    get_points                              html  
    get_weights                             html  
    microToMacro                            html  
    nclusters                               html  
    plot                                    html  
    prune_clusters                          html  
    recluster                               html  
    reset_stream                            html  
    save                                    html  
    update                                  html  
    write_stream                            html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (stream)
Making 'packages.html' ... done