Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87697 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
smeyer committed Feb 6, 2025
1 parent 1695394 commit 999378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/utils/R/sessionInfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ toLatex.sessionInfo <-
paste(sort(object$basePkgs), collapse = ", ")),
indent = 2, exdent = 4))

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

0 comments on commit 999378a

Please sign in to comment.