Skip to content

Commit 539428f

Browse files
authored
Merge pull request #458 from renkun-ken/require-styler-1.5.1
Require styler >= 1.5.1
2 parents 2c53931 + 677069d commit 539428f

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Imports:
3232
repr (>= 1.1.0),
3333
roxygen2 (>= 7.0.0),
3434
stringi (>= 1.1.7),
35-
styler (>= 1.4.1),
35+
styler (>= 1.5.1),
3636
tools,
3737
utils,
3838
xml2 (>= 1.2.2),

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,3 @@ options(languageserver.formatting_style = function(options) {
189189
```
190190

191191
To further customize the formatting style, please refer to [Customizing styler](https://styler.r-lib.org/articles/customizing_styler.html).
192-
193-
### Using persistent cache for formatting by styler
194-
195-
With [`styler`](https://github.com/r-lib/styler) v1.3, the formatting of top-level expressions
196-
can be cached by [`R.cache`](https://github.com/HenrikBengtsson/R.cache), which significantly improves the formatting performance by skipping the expressions that are known in cache to be already formatted. By default, the cache only works within the current session.
197-
198-
To make it work across sessions, set the R option `R.cache.rootPath` or environment variable `R_CACHE_ROOTPATH` to an existent path. For more details, see [styler caching](https://styler.r-lib.org/reference/caching.html).

0 commit comments

Comments
 (0)