-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
DESCRIPTION
31 lines (31 loc) · 1013 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
Package: formatR
Type: Package
Title: Format R Code Automatically
Version: 1.14.1
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
person("Ed", "Lee", role = "ctb"),
person("Eugene", "Ha", role = "ctb"),
person("Kohske", "Takahashi", role = "ctb"),
person("Pavel", "Krivitsky", role = "ctb"),
person()
)
Description: Provides a function tidy_source() to format R source code. Spaces
and indent will be added to the code automatically, and comments will be
preserved under certain conditions, so that R code will be more
human-readable and tidy. There is also a Shiny app as a user interface in
this package (see tidy_app()).
Depends:
R (>= 3.2.3)
Suggests:
rstudioapi,
shiny,
testit,
rmarkdown,
knitr
License: GPL
URL: https://github.com/yihui/formatR
BugReports: https://github.com/yihui/formatR/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8