Skip to content

Commit ac64f07

Browse files
committed
Fix diff's in R-devel
1 parent e828159 commit ac64f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/spell-check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ spell_check_test <- function(vignettes = TRUE, error = FALSE, lang = NULL, skip_
170170
not_cran <- Sys.getenv('NOT_CRAN')
171171
# See logic in tools:::config_val_to_logical
172172
if(is.na(match(tolower(not_cran), c("1", "yes", "true"))))
173-
return(NULL)
173+
return(cat("All Done!\n"))
174174
}
175175
out_save <- readLines(system.file("templates/spelling.Rout.save", package = 'spelling'))
176176
code <- format_syntax(readLines("spelling.R"))

0 commit comments

Comments
 (0)