Last data update: 2014.03.03

toaster

Package: toaster
Type: Package
Title: Big Data in-Database Analytics with Teradata Aster
Version: 0.5.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.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
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'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-23 04:16:43 UTC; gk186006
Author: Gregory Kanevsky [aut, cre],
Nick Switanek [aut]
Maintainer: Gregory Kanevsky <gregory.kanevsky@teradata.com>
Repository: CRAN
Date/Publication: 2016-03-23 23:54:26

● Cran Task View: HighPerformanceComputing
● 0 images, 53 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'toaster' ...
** package 'toaster' successfully unpacked and MD5 sums checked
** R
** demo
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'toaster'
    finding HTML links ... done
    computeAggregates                       html  
    finding level-2 HTML links ... done

    computeBarchart                         html  
    computeClusterSample                    html  
    computeCorrelations                     html  
    computeEgoGraph                         html  
    computeGraph                            html  
    computeGraphHistogram                   html  
    computeGraphMetric                      html  
    computeHeatmap                          html  
    computeHistogram                        html  
    computeKmeans                           html  
    computeLm                               html  
    computePercentiles                      html  
    computeSample                           html  
    computeSilhouette                       html  
    computeTf                               html  
    computeTfIdf                            html  
    createBoxplot                           html  
    createBubblechart                       html  
    createCentroidPlot                      html  
    createClusterPairsPlot                  html  
    createClusterPlot                       html  
    createHeatmap                           html  
    createHistogram                         html  
    createMap                               html  
Rd warning: /tmp/RtmpFN6LIF/R.INSTALL2b2047f0e17/toaster/man/createMap.Rd:137: missing file link 'guide_colorbar'
    createPopPyramid                        html  
    createSilhouetteProfile                 html  
    createSlopegraph                        html  
    createWordcloud                         html  
    getCharacterColumns                     html  
    getCharacterTypes                       html  
    getDiscretePaletteFactory               html  
    getGradientPaletteFactory               html  
    getMatchingColumns                      html  
    getNullCounts                           html  
    getNumericColumns                       html  
    getNumericTypes                         html  
    getTableSummary                         html  
    getTemporalColumns                      html  
    getTemporalTypes                        html  
    getWindowFunction                       html  
    isTable                                 html  
    makeFromClause                          html  
    makeTempTableName                       html  
    nGram                                   html  
    showData                                html  
    showGraph                               html  
    theme_empty                             html  
    toaGraph                                html  
    toa_dep                                 html  
    toaster                                 html  
    token                                   html  
    viewTableSummary                        html  
** building package indices
** testing if installed package can be loaded
* DONE (toaster)
Making 'packages.html' ... done