Package: toaster
Type: Package
Title: Big Data in-Database Analytics with Teradata Aster
Version: 0.4.1
Authors@R: c(
    person("Gregory", "Kanevsky", , "gregory.kanevsky@teradata.com", c("aut","cre")),
    person("Nick", "Switanek", , "nicholas.switanek@teradata.com", "aut")
    )
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 SQL and
    SQL/MR functions running in Aster database - highly scalable parallel
    and distributed analytical platform. Then `create` functions visualize
    results with boxplots, scatterplots, histograms, heatmaps, word clouds,
    maps, or slope graphs. Advanced options such as faceting, coloring,
    labeling, and others are supported with most functions.
SystemRequirements: Teradata Aster Database 5.10 (AD5.10) or higher,
        Teradata Aster Analytical Foundation 5.10 (AA5.10) or higher
        (5.11 or higher is recommended)
Depends: R (>= 3.0), RODBC (>= 1.3-12)
Imports: plyr (>= 1.8.3), reshape2 (>= 1.4.1), ggplot2 (>= 2.0.0),
        ggthemes (>= 3.0.0), scales, RColorBrewer (>= 1.1-2), grid,
        wordcloud (>= 2.5), ggmap (>= 2.6), GGally (>= 0.5.0), memoise,
        slam (>= 0.1-32), foreach (>= 1.4.3), stats
Suggests: testthat (>= 0.9.1-1), tm, doParallel
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'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2015-12-23 05:00:54 UTC; gk186006
Author: Gregory Kanevsky [aut, cre],
  Nick Switanek [aut]
Maintainer: Gregory Kanevsky <gregory.kanevsky@teradata.com>
Repository: CRAN
Date/Publication: 2015-12-23 06:58:07
