Some time ago everything was ok. But after recent updates (I cannot track down which ones), in RStudio the \"Attaching packages\" section of the tidyverse startup messa
The issue is due to a bug in the cli package. See here and here.
cli
The development version of cli resolved this, and you can install it by running remotes::install_github("r-lib/cli").
remotes::install_github("r-lib/cli")