`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 _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel