|
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. |
6 | 4 |
|
7 | 5 | ## Test environments |
8 | 6 |
|
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 |
11 | 9 | * Windows Server 10 (on GitHub Actions): R 3.6, R 4.0.5 |
12 | 10 | * win-builder: R devel |
13 | 11 |
|
@@ -39,15 +37,13 @@ downstream dependencies are: |
39 | 37 |
|
40 | 38 | * Reverse imports: biocthis, boomer, exampletestr, flow, iNZightTools, |
41 | 39 | languageserver, questionr, shinymeta, shinyobjects, ShinyQuickStarter, |
42 | | - systemPipeShiny, tidypaleo |
| 40 | + systemPipeShiny, tidypaleo. |
| 41 | + |
43 | 42 |
|
44 | | -* Reverse suggests: autothresholdr, autothresholdr, crunch, datastructures, |
45 | | - drake, epigraphdb, knitr, multiverse, nph, precommit, reprex, shiny.react, |
46 | | - shinydashboardPlus, shinyMonacoEditor, usethis. |
47 | | - |
| 43 | +* Reverse suggests: admiral, autothresholdr, crunch, datastructures, drake, |
| 44 | + epigraphdb, ghclass, knitr, multiverse, nph, precommit, reprex, shiny.react, |
| 45 | + shinydashboardPlus, shinyMonacoEditor, upsetjs, usethis. |
48 | 46 |
|
49 | 47 |
|
50 | | -All of them finished R CMD CHECK with the same number of ERRORS, WARNINGS and |
51 | | -NOTES as with the current CRAN version of styler, which means the new |
52 | | -submission of styler does not introduce any ERRORS, WARNINGS and NOTES in |
53 | | -downstream dependencies. |
| 48 | +All of them finished R CMD CHECK with zero (0) ERRORS, WARNINGS and |
| 49 | +NOTES. |
0 commit comments