Sebastian Gibb
2018-Oct-26 07:54 UTC
[Rd] Small typo in log output of src/library/tools/R/check.R:check_pkg
Dear R-core members, there is a small typo in the log output of `check_pkg` in src/library/tools/R/check.R. Instead of "timestanps" it should be "timestamps": Best wishes, Sebastian svn diff Index: src/library/tools/R/check.R ==================================================================--- src/library/tools/R/check.R (revision 75499) +++ src/library/tools/R/check.R (working copy) @@ -431,7 +431,7 @@ "FALSE"))) { now_local <- Sys.time() any <- FALSE - checkingLog(Log, "for future file timestanps") + checkingLog(Log, "for future file timestamps") ## allow skipping clock check on CRAN incoming systems if(config_val_to_logical(Sys.getenv("_R_CHECK_SYSTEM_CLOCK_", "TRUE"))) { ## First check time on system running 'check',