Unable to install R package due to XML dependency mismatch

后端 未结 4 2079
旧巷少年郎
旧巷少年郎 2021-01-04 20:55

I launched R in my command-line and typed the following:

install.packages(\"XML\")

After selecting a mirror site, I saw the following outpu

4条回答
  •  春和景丽
    2021-01-04 21:24

    I solved this problem by using anaconda to install XML:

    conda install -c r r-xml=3.98_1.5
    

提交回复
热议问题