Skip to content

Commit cf08eec

Browse files
committed
Merge tag 'v0.0-11'
- Remove `regex_none()`, document `NULL` default. - `style_dir()` and `style_pkg()` now also handle `.Rmd` files (#292, @jonmcalder). - Add test for styling `.Rmd` files. - Better error message for styling new files via the RStudio addin (#295). - Spelling via devtools::spell_check() (#294). - Roundtrip and CLI (#289).
2 parents 6563c51 + f49050b commit cf08eec

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: styler
22
Title: Non-invasive Pretty Printing of R code
3-
Version: 0.0-10
3+
Version: 0.0-11
44
Authors@R: c(person("Kirill", "Müller", role = c("aut"), email = "[email protected]"),
55
person("Lorenz", "Walthert", role = c("cre", "aut"), email = "[email protected]"))
66
Description:
@@ -28,7 +28,7 @@ Suggests:
2828
License: GPL-3
2929
Encoding: UTF-8
3030
LazyData: true
31-
Date: 2017-11-27
31+
Date: 2017-12-05
3232
BugReports: https://github.com/r-lib/styler/issues
3333
URL: https://github.com/r-lib/styler, https://r-lib.github.io/styler/
3434
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate", "pkgapi::api_roclet"))

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## styler 0.0-11 (2017-12-05)
2+
3+
- Remove `regex_none()`, document `NULL` default.
4+
- `style_dir()` and `style_pkg()` now also handle `.Rmd` files (#292, @jonmcalder).
5+
- Add test for styling `.Rmd` files.
6+
- Better error message for styling new files via the RStudio addin (#295).
7+
- Spelling via devtools::spell_check() (#294).
8+
- Roundtrip and CLI (#289).
9+
10+
111
## styler 0.0-10 (2017-11-27)
212

313
- Adapt documentation (#290).

0 commit comments

Comments
 (0)