forked from favstats/peRspective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: peRspective
Title: Interface to the 'Perspective' API
Version: 0.1.0
Authors@R: person("Fabio", "Votta", email = "[email protected]", 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Imports:
crayon,
dplyr,
glue,
httr,
jsonlite,
magrittr,
purrr,
rlang,
rlist,
stringr,
tibble
Suggests:
testthat (>= 2.1.0),
covr,
badger