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', ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel