AA1989
June 11, 2018, 6:54pm
1
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
AA1989
June 11, 2018, 6:58pm
3
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)?
AA1989
June 11, 2018, 7:05pm
5
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:
If your question has been answered, don't forget to mark the solution!
How do I mark a solution?
Find the reply you want to mark as the solution and look for the row of small gray icons at the bottom of that reply. Click the one that looks like a box with a checkmark in it:
[image]
Hovering over the mark solution button shows the label, "Select if this reply solves the problem". If you don't see the mark solution button, try clicking the three dots button ( ••• ) to expand the full set of options.
When a solution is chosen, the icon turns green and the hover label changes to: "Unselect if this reply no longer solves the problem". Success!
[solution_reply_author]
…