wrapper for base::library() that automatically supresses package startup messages
Source:R/qlibrary.R
qlibrary.Rd
note that renv will not pickup dependencies loaded using this function
and it is recommended to use something like
withr::with_message_sink("/dev/null", library(dplyr))
instead