[Bioc-devel] BiocInstaller::all_group()

Jim Hester james.f.hester at gmail.com
Wed Aug 24 19:54:44 CEST 2016


`BiocInstaller::all_group()` assigns the result to an object as the final
expression in the function, which effectively makes the return
`invisible()`, so it does not print by default.

The attached patch simply contains the result without assignment, so this
function matches the behavior of the other group functions in BiocInstaller.

Jim


More information about the Bioc-devel mailing list