Package: peRspective
Title: Interface to the 'Perspective' API
Version: 0.1.0
Authors@R: person("Fabio", "Votta", email = "fabio.votta@gmail.com", role = c("aut", "cre"))
Description: Interface to the 'Perspective' API, which can be found at the following URL: <https://github.com/conversationai/perspectiveapi#perspective-comment-analyzer-api>. 
    The 'Perspective' API uses machine learning models to score the perceived impact a comment might have on a conversation (i.e. TOXICITY, INFLAMMATORY, etc.).     
    'peRspective' provides access to the API and returns tidy data frames with results of the specified machine learning model(s).
URL: https://github.com/favstats/peRspective
BugReports: https://github.com/favstats/peRspective
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: crayon, dplyr, glue, httr, jsonlite, magrittr, purrr, rlang,
        rlist, stringr, tibble
Suggests: testthat (>= 2.1.0), covr, badger
NeedsCompilation: no
Packaged: 2019-05-17 18:00:46 UTC; fabio
Author: Fabio Votta [aut, cre]
Maintainer: Fabio Votta <fabio.votta@gmail.com>
Repository: CRAN
Date/Publication: 2019-05-20 08:40:02 UTC
Built: R 4.0.0; ; 2020-04-10 10:19:29 UTC; windows
