ggplot2 version 0.9.3.1 won't load into R 3.0.2

后端 未结 2 1684
北海茫月
北海茫月 2021-01-02 04:30

I accidentally deleted my old version of ggplot2, so I downloaded the new version, and when I use

library(ggplot2)

I get the following erro

相关标签:
2条回答
  • 2021-01-02 05:16

    I fixed it by installing Tk and Tktable in my linux machine.

    0 讨论(0)
  • 2021-01-02 05:22

    Install the missing colorspace package by executing the following line in R:

    install.packages("colorspace")
    
    0 讨论(0)
提交回复
热议问题