Skip to content

Commit 2364527

Browse files
author
hornik
committed
Use check log INFO by default.
git-svn-id: https://svn.r-project.org/R/trunk@87242 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1d0822f commit 2364527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7240,7 +7240,7 @@ add_dummies <- function(dir, Log)
72407240

72417241
R_check_use_log_info <-
72427242
config_val_to_logical(Sys.getenv("_R_CHECK_LOG_USE_INFO_",
7243-
"FALSE"))
7243+
"TRUE"))
72447244

72457245
if (as_cran) {
72467246
if (extra_arch) {

0 commit comments

Comments
 (0)