File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ has_persistent_R.cache <- function() {
2222# ' @export
2323may_require_permanent_cache <- function (temp_cache_is_enough = FALSE ) {
2424 if (has_persistent_R.cache()) {
25- cat(" Using persistant cache at" , R.cache :: getCacheRootPath(), " \n " )
25+ cat(" Using persistent cache at" , R.cache :: getCacheRootPath(), " \n " )
2626 } else {
2727 if (temp_cache_is_enough ) {
2828 cat(" Using temporary cache at" , R.cache :: getCacheRootPath(), " \n " )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ test_that("CLI API works for style-files", {
4040 " style-files" ,
4141 suffix = " -cache-success.R" ,
4242 env = paste0(" R_CACHE_ROOTPATH=" , R.cache_root ),
43- msg = " Using persistant "
43+ msg = " Using persistent "
4444 )
4545})
4646
@@ -66,7 +66,7 @@ test_that("CLI API works for roxygenize", {
6666 " roxygenize" ,
6767 suffix = " -cache-success.R" ,
6868 env = paste0(" R_CACHE_ROOTPATH=" , R.cache_root ),
69- msg = " Using persistant " ,
69+ msg = " Using persistent " ,
7070 file_transformer = function (x ) {
7171 git2r :: init()
7272 x
You can’t perform that action at this time.
0 commit comments