Loading ggplot2 package, missing 'munsell' package

前端 未结 1 381
温柔的废话
温柔的废话 2021-01-26 06:35

I am trying to load ggplot2. I am using Windows 7. R tells me that ggplot2 has loaded successfully but when I try to use the library function it says it cannot fi

1条回答
  •  天涯浪人
    2021-01-26 07:13

    You should have executed this:

    install.packages("ggplot2", dependencies=TRUE)
    

    0 讨论(0)
提交回复
热议问题