Can Not Install XML Package

前端 未结 4 1943
暖寄归人
暖寄归人 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:02

    This is a bit of a punt but I had a similar problem some time ago and it was something to do with having another version of iconv.dll (?) available. I think my rogue version came via cygwin. Making that version unavailable fixed the problem.

    P.S. I am on Windows and have XML installed. Just from the straight binary.

提交回复
热议问题