-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
26 lines (26 loc) · 857 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: shellcheckr
Title: Run ShellCheck From Within RStudio
Version: 0.0.0.9000
Authors@R:
person(given = "Sam",
family = "Brightman",
role = c("aut", "cre"),
email = "sam.brightman@gmail.com")
Description: RStudio supports shell script syntax highlighting but not diagnostics. ShellCheck is a shell script linter.
shellcheckr parses ShellCheck output into RStudio markers with links to the ShellCheck wiki.
shellcheckr requires that shellcheck is in your $PATH.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
jsonlite,
htmltools,
magrittr,
rstudioapi,
rlang,
purrr
URL: https://github.com/sambrightman/shellcheckr
BugReports: https://github.com/sambrightman/shellcheckr/issues