Last answered:

04 Apr 2020

Posted on:

04 Apr 2020

0

R studio

installed.packages("ggplot2")
Package LibPath Version Priority Depends Imports LinkingTo Suggests Enhances License
License_is_FOSS License_restricts_use OS_type Archs MD5sum NeedsCompilation Built   unable to install package 
1 answers ( 0 marked as helpful)
Instructor
Posted on:

04 Apr 2020

0

Hi Viraj,
Instead of:
installed.packages(“ggplot2”)
You should try the following:
install.packages(“ggplot2”)

Let me know if that fixes the issue.

Best,
Eli

Submit an answer