diff --git a/src/library/utils/R/sessionInfo.R b/src/library/utils/R/sessionInfo.R index bffac38bcb..8ce0c5bf8a 100644 --- a/src/library/utils/R/sessionInfo.R +++ b/src/library/utils/R/sessionInfo.R @@ -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))