Package: toaster
Type: Package
Title: Big Data in-Database Analytics with Teradata Aster
Version: 0.5.4
Authors@R: c(
    person("Gregory", "Kanevsky", , "gregory.kanevsky@teradata.com", c("aut","cre"))
    )
Description: A consistent set of tools to perform in-database analytics
    on Teradata Aster Big Data Discovery Platform. toaster (a.k.a 'to Aster')
    embraces simple 2-step approach: compute in Aster - visualize and analyze
    in R. Its `compute` functions use combination of parallel SQL, SQL-MR and
    SQL-GR executing in Aster database - highly scalable parallel
    and distributed analytical platform. Then `create` functions visualize
    results with boxplots, scatterplots, histograms, heatmaps, word clouds,
    maps, networks, or slope graphs. Advanced options such as faceting, coloring,
    labeling, and others are supported with most visualizations.
SystemRequirements: Teradata Aster Database 5.20 (AD5.20) or higher,
        Teradata Aster Analytical Foundation 5.20 (AA5.20) or higher.
Depends: R (>= 3.0), RODBC (>= 1.3-12)
Imports: plyr (>= 1.8.3), reshape2 (>= 1.4.1), ggplot2 (>= 2.1.0),
        ggthemes (>= 3.0.2), scales, RColorBrewer (>= 1.1-2), grid,
        wordcloud (>= 2.5), ggmap (>= 2.6.1), GGally (>= 1.0.1),
        memoise (>= 1.0.0), slam (>= 0.1-32), foreach (>= 1.4.3),
        stats, network (>= 1.13.0)
Suggests: testthat (>= 0.9.1-1), tm, doParallel, ggnetwork
License: GPL-2
URL: https://github.com/teradata-aster-field/toaster
BugReports: https://github.com/teradata-aster-field/toaster/issues
Collate: 'toaster.R' 'misc.R' 'utils.R' 'tools.R'
        'computeCorrelations.R' 'computeHistogram.R' 'computeHeatmap.R'
        'maps.R' 'showData.R' 'computeAggregates.R' 'computeBarchart.R'
        'computeSample.R' 'computePercentiles.R' 'computeLm.R'
        'computeTfIdf.R' 'textParsers.R' 'computeKmeans.R' 'plotting.R'
        'plottingKmeans.R' 'showGraph.R' 'computeGraph.R'
        'computeGraphClusters.R' 'validateGraph.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-11-07 01:10:51 UTC; gk186006
Author: Gregory Kanevsky [aut, cre]
Maintainer: Gregory Kanevsky <gregory.kanevsky@teradata.com>
Repository: CRAN
Date/Publication: 2016-11-07 08:12:49
