Error when running library(ggplot2)

后端 未结 4 1170
花落未央
花落未央 2021-01-31 15:44

I just updated to R 2.11.1 and after installing ggplot2, I tried

library(ggplot2)

and got

Loading required package: proto
Loa         


        
4条回答
  •  暖寄归人
    2021-01-31 16:33

    I had the same problem and this did the trick.

    1. Install the lazyeval package.
    2. Then install ggplot2
    3. Load the ggplot2 library and everything will hopefully work fine.

提交回复
热议问题