We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876a268 commit 56c5a8dCopy full SHA for 56c5a8d
1 file changed
DESCRIPTION
@@ -7,7 +7,9 @@ Authors@R:
7
family = "Bacher",
8
role = c("aut", "cre", "cph"),
9
email = "etienne.bacher@protonmail.com"),
10
- person("lintr authors", role = "aut"))
+ person("lintr authors", role = "aut"),
11
+ person("Trevor L.", "Davis", role = c("ctb"),
12
+ comment = c(ORCID = "0000-0001-6341-4639")))
13
Description: Lints are code patterns that are not optimal because they are
14
inefficient, forget corner cases, or are less readable. 'flir' provides a
15
small set of functions to detect those lints and automatically fix them.
0 commit comments