Can Not Install XML Package

前端 未结 4 1972
暖寄归人
暖寄归人 2021-01-15 12:06

I can not install the latest XML package V3.9-4. I mannually install it in RGui by typing:

install.packages(\"LOCALDIR/XML_3.6-0.tar.gz\", repos=NULL, type=         


        
4条回答
  •  甜味超标
    2021-01-15 13:06

    Use the windows binary directly from http://cran.r-project.org/web/packages/XML/index.html

    You will go into your R library director and unzip it there.

提交回复
热议问题