File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ cache_clear <- function(cache_name = NULL, ask = TRUE) {
29
29
# ' `style_text()` and Addin.
30
30
# '
31
31
# ' @section Setup:
32
- # ' styler by default uses caching, via the `{R.cache}` package. You will be
33
- # ' asked you to let it create a permanent cache on your file system that styler
34
- # ' will use in case it is not set that up already for another tool that
32
+ # ' styler by default uses caching via the `{R.cache}` package. You will be
33
+ # ' asked to let it create a permanent cache on your file system that styler
34
+ # ' will use in case it is not set already up for another tool that
35
35
# ' uses `{R.cache}`. We encourage users to let `{R.cache}` create a permanent
36
- # ' directory for caching, because otherwise, the cache is lost at restart of R.
36
+ # ' directory for caching because, otherwise, the cache is lost at restart of R.
37
37
# '
38
38
# ' @section Non-interactive use:
39
39
# ' Note that if you have never authorized `{R.cache}` to create the cache in a
You can’t perform that action at this time.
0 commit comments