We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38364b8 commit 0e41d88Copy full SHA for 0e41d88
DESCRIPTION
@@ -1,7 +1,7 @@
1
Type: Package
2
Package: styler
3
Title: Non-Invasive Pretty Printing of R Code
4
-Version: 1.6.1
+Version: 1.6.1.9000
5
Authors@R:
6
c(person(given = "Kirill",
7
family = "Müller",
@@ -17,12 +17,12 @@ License: MIT + file LICENSE
17
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
18
BugReports: https://github.com/r-lib/styler/issues
19
Imports:
20
- R.cache (>= 0.15.0),
21
backports (>= 1.1.0),
22
cli (>= 1.1.0),
23
glue,
24
magrittr (>= 2.0.0),
25
purrr (>= 0.2.3),
+ R.cache (>= 0.15.0),
26
rematch2 (>= 2.0.1),
27
rlang (>= 0.1.1),
28
rprojroot (>= 1.1),
0 commit comments