Closed cmaimone closed 2 years ago
@cmaimone Thanks for raising this. This is a typical (probably base R) installation issue of some packages (cli
in this case) that should be resolved by restarting your R session on your Mac. If you are using RStudio, try: .rs.restartR()
. If it still doesn't work, please try to remove cli
and install it again:
remove.packages("cli")
install.packages("cli")
Ref: https://stackoverflow.com/questions/67001134/am-not-able-to-load-tidyverse-in-r-4-0-5-any-leads
I ran the first example, and then tried to print the mac_neg object:
Not sure if this is just my system? I had the same issue when trying to print other sweater objects that were the result of running the examples.