-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 855 Bytes
/
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
Package: rspell
Title: Grammar Check Documents on RStudio
Version: 0.0.7
Authors@R:
person("Raphael", "Saldanha", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0652-8466"))
Description: Grammar check documents with 'LanguageTool' open Application Programming Interface (API) directly at 'RStudio' Integrated Development Environment (IDE). The API documentation is available at <https://languagetool.org/http-api/>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
checkmate,
cli,
curl,
httr2,
rstudioapi,
stringr,
tibble,
tidyr
Suggests:
jsonlite,
testthat (>= 3.0.0)
URL: https://rfsaldanha.github.io/rspell/
BugReports: https://github.com/rfsaldanha/rspell/issues
Config/testthat/edition: 3