Skip to content

Commit fc9d54c

Browse files
author
hornik
committed
More use of check log INFO.
git-svn-id: https://svn.r-project.org/R/trunk@88807 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 9f29930 commit fc9d54c

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
@@ -3961,7 +3961,7 @@ add_dummies <- function(dir, Log)
39613961
if(length(out) == 1L && startsWith(out, "Note:")) {
39623962
## This will be a note about symbols.rds not being available
39633963
if(!is_base_pkg) {
3964-
noteLog(Log)
3964+
infoLog(Log)
39653965
printLog0(Log, c(out, "\n"))
39663966
} else resultLog(Log, "OK")
39673967
} else if(length(out)) {

0 commit comments

Comments
 (0)