Cannot install package XML to R

前端 未结 6 1341
刺人心
刺人心 2021-01-02 17:15

I need to install the package \"XML\" to R. It always reports \"XML is not available for R(Version 3.1.1)\" I have tried to download the .tar but it still did\'n work. Can a

6条回答
  •  没有蜡笔的小新
    2021-01-02 17:16

    I was facing the same issue. However, I installed xml in conda separately using the following command and it worked out for me

    conda install -c r r-xml
    

提交回复
热议问题