Skip to content

Commit 099ece3

Browse files
author
smeyer
committed
fix warning message from insertSource()
git-svn-id: https://svn.r-project.org/R/trunk@88812 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 23431bf commit 099ece3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/methods/R/trace.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ setCacheOnAssign <- function(env, onOff = cacheOnAssign(env))
714714
}
715715
if(length(possible) > 1L)
716716
warning(gettextf("objects found in multiple packages: using %s and ignoring %s",
717-
sQuote(names(possible[[1L]])),
717+
sQuote(names(possible[1L])),
718718
paste(sQuote(names(possible[-1L])),
719719
collapse = ", ")),
720720
domain = NA)

0 commit comments

Comments
 (0)