Package: googleLanguageR
Title: Call Google's 'Natural Language' API, 'Cloud Translation' API,
        'Cloud Speech' API and 'Cloud Text-to-Speech' API
Version: 0.3.1
Authors@R: c(person("Aleksander", "Dietrichson",email = "dietrichson@gmail.com", role=c("ctb")),
            person("Mark", "Edmondson", email = "r@sunholo.com", role = c("aut")),
             person("John", "Muschelli", email = "muschellij2@gmail.com", role = c("ctb")),
             person("Neal", "Richardson", email = "neal.p.richardson@gmail.com", role = "rev",
             comment = "Neal reviewed the package for ropensci"),
             person("Julia", "Gustavsen", email = "j.gustavsen@gmail.com", role = "rev",
             comment = "Julia reviewed the package for ropensci"),
            person("Cheryl", "Isabella", email = "cheryl.academic@gmail.com", role = c("aut", "cre"))
                         )
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, the 'Cloud Speech' API
  <https://cloud.google.com/speech-to-text> to transcribe sound files to text and
  the 'Cloud Text-to-Speech' API <https://cloud.google.com/text-to-speech> to turn text
  into sound files.
URL: https://github.com/ropensci/googleLanguageR,
        https://docs.ropensci.org/googleLanguageR/
BugReports: https://github.com/ropensci/googleLanguageR/issues
Depends: R (>= 3.3)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports: assertthat, base64enc, googleAuthR (>= 1.1.1), jsonlite, purrr
        (>= 0.2.4), stats, tibble, utils
Suggests: pdftools, cld2, testthat, knitr, rmarkdown, rvest, shiny,
        shinyjs, stringdist, tidyr, tuneR, xml2, av, magrittr
NeedsCompilation: no
Packaged: 2025-08-24 07:48:59 UTC; Isabella
Author: Aleksander Dietrichson [ctb],
  Mark Edmondson [aut],
  John Muschelli [ctb],
  Neal Richardson [rev] (Neal reviewed the package for ropensci),
  Julia Gustavsen [rev] (Julia reviewed the package for ropensci),
  Cheryl Isabella [aut, cre]
Maintainer: Cheryl Isabella <cheryl.academic@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-24 23:40:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:36:37 UTC; windows
