-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 884 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
27
28
29
30
31
32
33
Package: docreview
Title: Opinionated Documentation Checking
Version: 0.0.2
Authors@R:
person(given = "Nic",
family = "Crane",
role = c("aut", "cre"),
email = "[email protected]")
Description: High quality documentation can make for a great experience for your users. You can use 'docreview' to check that your R package documentation passes a number of configurable checks relating to documentation content.
License: MIT + file LICENSE
URL: https://thisisnic.github.io/docreview/
BugReports: https://github.com/thisisnic/docreview/issues/
Imports:
cli,
purrr,
quanteda,
quanteda.textstats,
rlang,
rvest,
stringr,
tools,
utils,
yaml
Suggests:
knitr,
testthat
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3