-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1003 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
Package: roxylint
Title: Lint 'roxygen2'-Generated Documentation
Version: 0.1.0
Authors@R:
c(
person(
"Doug", "Kelkhoff",
email = "[email protected]",
role = c("aut", "cre")
)
)
Description: Provides formatting linting to 'roxygen2' tags. Linters report
'roxygen2' tags that do not conform to a standard style. These linters
can be a helpful check for building more consistent documentation and
to provide reminders about best practices or checks for typos. Default
linting suites are provided for common style guides such as the one
followed by the 'tidyverse', though custom linters can be registered by
other packages or be custom-tailored to a specific package.
License: MIT + file LICENSE
Encoding: UTF-8
URL:
https://github.com/openpharma/roxylint,
https://openpharma.github.io/roxylint/
BugReports:
https://github.com/openpharma/roxylint/issues
Imports:
utils,
cli,
roxygen2
RoxygenNote: 7.2.3