Package: toaster
Type: Package
Title: analytics and visualization with Aster Database
Version: 0.2.5
Author: Gregory Kanevsky <gregory.kanevsky@teradata.com>
Maintainer: Gregory Kanevsky <gregory.kanevsky@teradata.com>
Description: toaster (a.k.a 'to Aster') is a set of tools to perform
    in-database analytics with Teradata Aster Discovery Platform.
    toaster embraces simple approach by dividing tasks into 2 steps:
    compute in Aster - visualize and analyze in R. toaster `compute` functions
    use distributed, highly scalable, parallel SQL and map-reduce
    for processing of large data sets in Aster database. 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 plots.
URL: https://grigory@bitbucket.org/grigory/toaster.git
SystemRequirements: Teradata Aster 5.1 or higher, Teradata Aster
        Analytical Foundation 5.10 or higher (5.11 or higher is
        recommended)
Depends: R (>= 2.14), RODBC (>= 1.3-9)
Suggests: testthat (>= 0.2), memoise
Imports: plyr (>= 1.8), reshape2 (>= 1.2.2), ggplot2 (>= 0.9.3.1),
        scales, RColorBrewer (>= 1.0-5), grid, wordcloud (>= 2.4),
        ggmap (>= 2.3)
License: GPL-2
Collate: 'toaster.R' 'misc.R' 'utils.R' 'computeCorrelations.R'
        'computeHistogram.R' 'computeHeatmap.R' 'plotting.R' 'maps.R'
        'showData.R' 'computeAggregates.R' 'computeBarchart.R'
        'computeSample.R' 'computePercentiles.R' 'computeLm.R'
Packaged: 2014-04-09 23:04:29 UTC; gk186006
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-04-10 09:18:08
