File tree 4 files changed +3
-6
lines changed 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
Package: styler
2
2
Type: Package
3
3
Title: Non-Invasive Pretty Printing of R Code
4
- Version: 1.1.1
4
+ Version: 1.1.1.9000
5
5
Authors@R:
6
6
c(person(given = "Kirill",
7
7
family = "Müller",
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This is primarily a maintenance release upon the request of the CRAN team
7
7
8
8
- Users can now control style configurations for styler Addins (#463 , #500 ),
9
9
using the ` Set style ` Addin. See ` ?styler::styler_addins ` for details.
10
- - ` %>% ` almost always causes a line break now ( # 503 ) for ` strict = TRUE ` .
10
+ - ` %>% ` almost always causes a line break now for ` strict = TRUE ` ( # 503 ) .
11
11
12
12
## Minor changes
13
13
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ knitr::opts_chunk$set(
16
16
17
17
# styler
18
18
19
- <!-- badges
20
19
[ ![ Build
21
20
Status] ( https://travis-ci.org/r-lib/styler.svg?branch=master )] ( https://travis-ci.org/r-lib/styler )
22
21
[ ] ( https://codecov.io/gh/r-lib/styler )
26
25
[ ![ cran
27
26
version] ( http://www.r-pkg.org/badges/version/styler )] ( https://cran.r-project.org/package=styler )
28
- -->
27
+
29
28
30
29
The goal of styler is to provide non-invasive pretty-printing of R source code
31
30
while adhering to the [ tidyverse] ( http://style.tidyverse.org ) formatting rules.
Original file line number Diff line number Diff line change 3
3
4
4
# styler
5
5
6
- <!-- badges
7
6
[ ![ Build
8
7
Status] ( https://travis-ci.org/r-lib/styler.svg?branch=master )] ( https://travis-ci.org/r-lib/styler )
9
8
[ ] ( https://codecov.io/gh/r-lib/styler )
13
12
[ ![ cran
14
13
version] ( http://www.r-pkg.org/badges/version/styler )] ( https://cran.r-project.org/package=styler )
15
- -->
16
14
17
15
The goal of styler is to provide non-invasive pretty-printing of R
18
16
source code while adhering to the
You can’t perform that action at this time.
0 commit comments