Package: googleLanguageR
Title: Call Google's 'Natural Language' API, 'Cloud Translation' API
        and 'Cloud Speech' API
Version: 0.1.1
Authors@R: c(person("Mark", "Edmondson", email = "r@sunholo.com", role = c("aut", "cre")),
             person("Neal", "Richardson", email = "neal.p.richardson@gmail.com", role = "rev",
             comment = "Neal reviewed the package for ropensci, 
               see <https://github.com/ropensci/onboarding/issues/127>"),
             person("Julia", "Gustavsen", email = "j.gustavsen@gmail.com", role = "rev",
             comment = "Julia reviewed the package for ropensci, 
               see <https://github.com/ropensci/onboarding/issues/127>") 
                         )
Description: Call 'Google Cloud' machine learning APIs for text and speech tasks.
  Call the 'Cloud Translation' API <https://cloud.google.com/translate/> for detection 
  and translation of text, the 'Natural Language' API <https://cloud.google.com/natural-language/> to 
  analyse text for sentiment, entities or syntax or the 'Cloud Speech' API 
  <https://cloud.google.com/speech/> to transcribe sound files to text.
URL: http://code.markedmondson.me/googleLanguageR/
BugReports: https://github.com/MarkEdmondson1234/googleLanguageR/issues
Depends: R (>= 3.3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Imports: assertthat, base64enc, googleAuthR, jsonlite, magrittr, purrr,
        stats, tibble
Suggests: cld2, httptest, knitr, rmarkdown, rvest, stringdist, tidyr,
        xml2
NeedsCompilation: no
Packaged: 2017-11-16 10:07:40 UTC; mark
Author: Mark Edmondson [aut, cre],
  Neal Richardson [rev] (Neal reviewed the package for ropensci, see
    <https://github.com/ropensci/onboarding/issues/127>),
  Julia Gustavsen [rev] (Julia reviewed the package for ropensci, see
    <https://github.com/ropensci/onboarding/issues/127>)
Maintainer: Mark Edmondson <r@sunholo.com>
Repository: CRAN
Date/Publication: 2017-11-16 10:40:45 UTC
