How to install a package from a download zip file

前端 未结 7 1644
旧时难觅i
旧时难觅i 2020-12-02 19:15

I have download this package as a zip file.

Is it possible to install it from R console using this zip or unzip version to a specific path?

install.p         


        
7条回答
  •  庸人自扰
    2020-12-02 20:01

    Try install.packages('C:/Users/Desktop/rvest-master.zip', repos = NULL, type = "win.binary"). (Untested)

提交回复
热议问题