Skip to content
Prev 9629 / 21312 Next

[Bioc-devel] BiocInstaller::all_group()

`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