-
Notifications
You must be signed in to change notification settings - Fork 71
/
DESCRIPTION
108 lines (108 loc) · 2.67 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Type: Package
Package: styler
Title: Non-Invasive Pretty Printing of R Code
Version: 1.10.3.9000
Authors@R:
c(person(given = "Kirill",
family = "Müller",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Lorenz",
family = "Walthert",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Indrajeet",
family = "Patil",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
Description: Pretty-prints R code without changing the user's formatting
intent.
License: MIT + file LICENSE
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
BugReports: https://github.com/r-lib/styler/issues
Depends:
R (>= 4.0.0)
Imports:
cli (>= 3.1.1),
magrittr (>= 2.0.0),
purrr (>= 1.0.2),
R.cache (>= 0.15.0),
rlang (>= 1.0.0),
rprojroot (>= 1.1),
tools,
vctrs (>= 0.4.1),
withr (>= 2.3.0),
Suggests:
data.tree (>= 0.1.6),
digest,
here,
knitr,
prettycode,
rmarkdown,
roxygen2,
rstudioapi (>= 0.7),
tibble (>= 1.4.2),
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
warning("Please install r-lib/pkgapi to make sure the file API is kept
up to date"); NULL}))
RoxygenNote: 7.3.2
Language: en-US
Config/testthat/edition: 3
Config/testthat/parallel: true
Collate:
'addins.R'
'communicate.R'
'compat-dplyr.R'
'compat-tidyr.R'
'detect-alignment-utils.R'
'detect-alignment.R'
'environments.R'
'expr-is.R'
'indent.R'
'initialize.R'
'io.R'
'nest.R'
'nested-to-tree.R'
'options.R'
'parse.R'
'reindent.R'
'token-define.R'
'relevel.R'
'roxygen-examples-add-remove.R'
'roxygen-examples-find.R'
'roxygen-examples-parse.R'
'roxygen-examples.R'
'rules-indention.R'
'rules-line-breaks.R'
'rules-spaces.R'
'rules-tokens.R'
'serialize.R'
'set-assert-args.R'
'style-guides.R'
'styler-package.R'
'stylerignore.R'
'testing-mocks.R'
'testing-public-api.R'
'ui-caching.R'
'testing.R'
'token-create.R'
'transform-block.R'
'transform-code.R'
'transform-files.R'
'ui-styling.R'
'unindent.R'
'utils-cache.R'
'utils-files.R'
'utils-navigate-nest.R'
'utils-strings.R'
'utils.R'
'vertical.R'
'visit.R'
'zzz.R'