Using straight quotes but receiving Error: unexpected symbol.

Seeing the following error in RStudio.

install packages ("ggplot2")
Error: unexpected symbol in "install packages"

I've found responses to similar issues pointing to use of the "smart quotes" as likely source of the error, but I am using the straight quotes as far as I can see.

The command is install.packages("ggplot2") with a dot in the middle, not an empty space.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.