Skip to content

Commit eca40ff

Browse files
prepare release
1 parent afc969b commit eca40ff

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

DESCRIPTION

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

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# styler 1.6.2.9000 (Development version)
1+
# styler 1.7.0
22

33
**API changes**
44

@@ -47,10 +47,10 @@
4747
there are comments and line breaks under certain circumstances (#905).
4848
* rules that add tokens don't break stylerignore sequences anymore (#891).
4949
* Alignment detection respects stylerignore (#850).
50-
* `~` causes now indention, like `+`, `-`, `|` etc. (#902).
51-
* `Warning: Unknown or uninitialised column:` was fixed (#885).
5250
* Unaligned expressions with quoted key (e.g. `c("x" = 2)`) are now correctly
5351
detected (#881).
52+
* `~` causes now indention, like `+`, `-`, `|` etc. (#902).
53+
* `Warning: Unknown or uninitialised column:` was fixed (#885).
5454
* function calls with unequal number of token on different lines are no longer
5555
deemed aligned if there are arbitrary spaces around the tokens on the lines
5656
with most tokens (#902).

cran-comments.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
This is a re-submission to fix a problem with persistent caching. Note that
2-
all cached files are of size 0 and this is by design to keep the cache small.
3-
Hence, the cache will still have files of size 0, but we remove all files older
4-
than a week and remove all caches for versions of styler other than the one
5-
running as requested.
1+
This release does not check for a specific error message from `parse()` anymore
2+
when the input involves unparsable use of `_`. The release was requested by Luke
3+
Tierney.
64

75
## Test environments
86

9-
* local OS X install (10.15.7): R 4.1.0
10-
* ubuntu 18.04 (on GitHub Actions): R devel, R 4.1.1, R 4.0.5, R 3.6, R 3.5, R 3.4
7+
8+
* ubuntu 18.04 (on GitHub Actions): R devel, R 4.1.2, R 4.0.5, R 3.6, R 3.5, R 3.4
119
* Windows Server 10 (on GitHub Actions): R 3.6, R 4.0.5
1210
* win-builder: R devel
1311

@@ -39,11 +37,13 @@ downstream dependencies are:
3937

4038
* Reverse imports: biocthis, boomer, exampletestr, flow, iNZightTools,
4139
languageserver, questionr, shinymeta, shinyobjects, ShinyQuickStarter,
42-
systemPipeShiny, tidypaleo
40+
systemPipeShiny, tidypaleo.
41+
4342

44-
* Reverse suggests: autothresholdr, autothresholdr, crunch, datastructures,
45-
drake, epigraphdb, knitr, multiverse, nph, precommit, reprex, shiny.react,
46-
shinydashboardPlus, shinyMonacoEditor, usethis.
43+
* Reverse suggests: admiral, autothresholdr, crunch, datastructures, drake,
44+
epigraphdb, ghclass, knitr, multiverse, nph, precommit, reprex, shiny.react,
45+
shinydashboardPlus, shinyMonacoEditor, upsetjs, usethis.
46+
4747

4848

4949

inst/WORDLIST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ getChecksum
7070
getOption
7171
getRversion
7272
ggplot
73+
ghclass
7374
github
7475
gitsum
7576
grkstyle
@@ -236,6 +237,7 @@ tidypaleo
236237
tidyr
237238
tidyverse
238239
Tidyverse
240+
Tierney
239241
tokenized
240242
travis
241243
tryCatch
@@ -250,7 +252,9 @@ unindention
250252
unlink
251253
unlinkunindention
252254
unnest
255+
unparsable
253256
unstyled
257+
upsetjs
254258
usethis
255259
utf
256260
Uwe

0 commit comments

Comments
 (0)