Package: mscstexta4r
Type: Package
Title: R Client for the Microsoft Cognitive Services Text Analytics
        REST API
Version: 0.1.2
Authors@R: person("Phil", "Ferriere", email="pferriere@hotmail.com",
    role = c("aut", "cre"))
Maintainer: Phil Ferriere <pferriere@hotmail.com>
Description: R Client for the Microsoft Cognitive Services Text Analytics
    REST API, including Sentiment Analysis, Topic Detection, Language Detection,
    and Key Phrase Extraction. An account MUST be registered at the Microsoft
    Cognitive Services website <https://www.microsoft.com/cognitive-services/>
    in order to obtain a (free) API key. Without an API key, this package will
    not work properly.
License: MIT + file LICENSE
URL: https://github.com/philferriere/mscstexta4r
BugReports: http://www.github.com/philferriere/mscstexta4r/issues
VignetteBuilder: knitr
Imports: methods, httr, jsonlite, pander, stringi, dplyr, utils
Suggests: knitr, rmarkdown, testthat, mscsweblm4r
SystemRequirements: A valid account MUST be registered with Microsoft's
        Cognitive Services website
        <https://www.microsoft.com/cognitive-services/> in order to
        obtain a (free) API key. Without an API key, this package will
        not work properly.
NeedsCompilation: no
RoxygenNote: 5.0.1
Packaged: 2016-06-22 19:05:58 UTC; Phil
Author: Phil Ferriere [aut, cre]
Repository: CRAN
Date/Publication: 2016-06-23 00:52:35
Built: R 4.6.0; ; 2025-07-18 08:20:58 UTC; unix
