`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