Package: gtrend
Type: Package
Title: A Wrapper for the GTrendsR Package
Version: 0.1.1
Date: 2014-11-22
Authors@R: c(person("Tyler", "Rinker", email =
    "tyler.rinker@gmail.com", role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Description: Wraps the functionlity of the GTrendsR package into convenient
    wrappers that grab and format trend data from Google.
License: GPL-2
URL: https://github.com/trinker/gtrend
BugReports: https://github.com/trinker/gtrend/issues
LazyData: TRUE
Imports:
    devtools,
    dplyr,
    ggplot2,
    qdapTools,
    scales
Suggests:
    GTrendsR,
    plotflow
