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
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)
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