Skip to content

Commit 5a463fe

Browse files
make this the dev version, re-add badges, fix news,
1 parent fc19c26 commit 5a463fe

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: styler
22
Type: Package
33
Title: Non-Invasive Pretty Printing of R Code
4-
Version: 1.1.1
4+
Version: 1.1.1.9000
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is primarily a maintenance release upon the request of the CRAN team
77

88
- Users can now control style configurations for styler Addins (#463, #500),
99
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).
1111

1212
## Minor changes
1313

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ knitr::opts_chunk$set(
1616

1717
# styler
1818

19-
<!-- badges
2019
[![Build
2120
Status](https://travis-ci.org/r-lib/styler.svg?branch=master)](https://travis-ci.org/r-lib/styler)
2221
[![AppVeyor Build
@@ -25,7 +24,7 @@ Status](https://ci.appveyor.com/api/projects/status/github/r-lib/styler?branch=m
2524
[![codecov](https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/styler)
2625
[![cran
2726
version](http://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
28-
-->
27+
2928

3029
The goal of styler is to provide non-invasive pretty-printing of R source code
3130
while adhering to the [tidyverse](http://style.tidyverse.org) formatting rules.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# styler
55

6-
<!-- badges
76
[![Build
87
Status](https://travis-ci.org/r-lib/styler.svg?branch=master)](https://travis-ci.org/r-lib/styler)
98
[![AppVeyor Build
@@ -12,7 +11,6 @@ Status](https://ci.appveyor.com/api/projects/status/github/r-lib/styler?branch=m
1211
[![codecov](https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/styler)
1312
[![cran
1413
version](http://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
15-
-->
1614

1715
The goal of styler is to provide non-invasive pretty-printing of R
1816
source code while adhering to the

0 commit comments

Comments
 (0)