Skip to content

Commit 1ab3ff3

Browse files
author
urbaneks
committed
record current time in checks
git-svn-id: https://svn.r-project.org/R/trunk@89367 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 300770f commit 1ab3ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/library/tools/R/check.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7754,6 +7754,7 @@ add_dummies <- function(dir, Log)
77547754
if (l10n_info()[["UTF-8"]]) "UTF-8" else utils::localeToCharset()
77557755
messageLog(Log, "using session charset: ", charset)
77567756
is_ascii <- charset == "ASCII"
7757+
messageLog(Log, "current time: ", format(as.POSIXct(Sys.time(), "GMT")), "Z")
77577758

77587759
if(config_val_to_logical(Sys.getenv("_R_CHECK_R_ON_PATH_", "FALSE")))
77597760
add_dummies(file_path_as_absolute(pkgoutdir), Log)

0 commit comments

Comments
 (0)