[Rd] Small typo in log output of src/library/tools/R/check.R:check_pkg
Sebastian Gibb
@gibb@debi@n @ending from gm@il@com
Fri Oct 26 09:54:23 CEST 2018
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',
More information about the R-devel
mailing list