Package: peRspective Title: Interface to the 'Perspective' API Version: 0.1.1 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: . 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://favstats.github.io/peRspective/, 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Imports: crayon, dplyr, glue, httr, jsonlite, magrittr, purrr, rlang, rlist, stringr, tibble Suggests: testthat (>= 2.1.0), covr, badger, DBI, RSQLite Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://favstats.r-universe.dev Date/Publication: 2021-07-13 13:41:57 UTC RemoteUrl: https://github.com/favstats/peRspective RemoteRef: HEAD RemoteSha: 4373272c66ca5e21c1f209d3a72f7c1c0ac287e2 NeedsCompilation: no Packaged: 2026-07-07 08:57:16 UTC; root Author: Fabio Votta [aut, cre] Maintainer: Fabio Votta