|
1 | | -This is a follow-up release to version 1.4.0 (2021-03-22) because a major bug |
2 | | -(https://github.com/r-lib/styler/issues/763) had to be resolved. The last |
3 | | -update of styler was more than a year ago. |
4 | 1 |
|
5 | 2 | ## Test environments |
6 | 3 |
|
7 | 4 | * local OS X install (10.15.7): R 4.0.3 |
8 | | -* ubuntu 16.04 (on GitHub Actions): R devel, R 4.0.3, R 3.6, R 3.5, R 3.4, R 3.3 |
| 5 | +* ubuntu 18.04 (on GitHub Actions): R devel, R 4.0.3, R 3.6, R 3.5, R 3.4, R 3.3 |
9 | 6 | * Windows Server 10 (on GitHub Actions): R 3.6, R 4.0.3 |
10 | 7 | * win-builder: R devel |
11 | 8 |
|
@@ -35,11 +32,14 @@ I also ran R CMD check on all downstream dependencies of styler using the |
35 | 32 | revdepcheck package. The |
36 | 33 | downstream dependencies are: |
37 | 34 |
|
38 | | -* Reverse imports: biocthis, exampletestr, languageserver, questionr, |
39 | | - shinyobjects, ShinyQuickStarter, systemPipeShiny. |
40 | | -* Reverse suggests: autothresholdr, crunch, datastructures, drake, epigraphdb, |
41 | | - knitr, netReg, nph, precommit, reprex, shinydashboardPlus, shinyMonacoEditor, |
42 | | - usethis |
| 35 | +* Reverse imports: biocthis, exampletestr, iNZightTools, languageserver, |
| 36 | + questionr, shinymeta, shinyobjects, ShinyQuickStarter, systemPipeShiny, |
| 37 | + tidypaleo. |
| 38 | + |
| 39 | +* Reverse suggests: autothresholdr, crunch, datastructures, drake, epigraphdb, |
| 40 | + knitr, multiverse, nph, precommit, reprex, shinydashboardPlus, |
| 41 | + shinyMonacoEditor, usethis. |
| 42 | + |
43 | 43 |
|
44 | 44 | All of them finished R CMD CHECK with the same number of ERRORS, WARNINGS and |
45 | 45 | NOTES as with the current CRAN version of styler, which means the new |
|
0 commit comments