File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ may_require_permanent_cache <- function(temp_cache_is_enough = FALSE) {
3434 " `R.cache::getCachePath()` and confirm the prompt or \n\n 2) " ,
3535 " non-interactively by setting the environment variable " ,
3636 " `R_CACHE_ROOTPATH` to the location you want to put the cache. \n\n You can " ,
37- " silent this warning with setting `args: [---- no-warn-cache]` in your " ,
37+ " silent this warning with setting `args: [--no-warn-cache]` in your " ,
3838 " .pre-commit-config.yaml.\n\n "
3939 ))
4040 }
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ diff_requires_run_roxygenize <- function(root = here::here()) {
6666 " - id: roxygenize" ,
6767 "
6868 additional_dependencies:
69- - r-lib/ git2r\n\n "
69+ - git2r\n\n "
7070 )
7171 msg <- paste0(
7272 " The R package {git2r} must be available to benefit from caching of this hook." ,
You can’t perform that action at this time.
0 commit comments