The function intends to run silently, but this is not uniformly possible, since the quietly = TRUE
option to require()
does not suppress messages from other packages attached through dependencies in this package.
The value is not returned invisibly, as it would be with require()
.