Entering edit mode
Paul Boutros
▴
340
@paul-boutros-371
Last seen 10.5 years ago
WinXP
R 2.0.0
limma 1.8.8
changeLog appears to not accept arguments anymore:
function (n = 20)
{
writeLines(readLines(system.file("doc/changelog.txt", package =
"limma"),
n = 20))
}
Paul