Problem loacting installed packages

I'm new to programming and just recently installed R studio. I installed the 'tidy verse' package, but whenever I try to use any of the packages I get

Error in loadNamespace(name) : there is no package called ‘utf8’

Any help would be appreciated. Thanks

try running install.packages('utf8') in your console

I did and am still getting the same error message

Was the installation successful? Did you try installing it in a fresh R session (press Ctrl + Shift + F10 and then run the install command)?

It worked in a new session. Thank you!

I am glad it worked! If your question's been answered, would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it: