Skip to content

Commit 999378a

Browse files
author
smeyer
committed
typo
git-svn-id: https://svn.r-project.org/R/trunk@87697 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1695394 commit 999378a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/utils/R/sessionInfo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ toLatex.sessionInfo <-
267267
paste(sort(object$basePkgs), collapse = ", ")),
268268
indent = 2, exdent = 4))
269269

270-
if(length(o.ver <- toLatexPDlist(object$otherPkg)))
270+
if(length(o.ver <- toLatexPDlist(object$otherPkgs)))
271271
z <- c(z,
272272
strwrap(paste(" \\item Other packages: ", o.ver),
273273
indent = 2, exdent = 4))

0 commit comments

Comments
 (0)