How to install a package from a download zip file

前端 未结 7 1628
旧时难觅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 19:44

    You can make use of install_local method in devtools package. Unzip the zipped file and specify the folder which contains DESCRIPTION file of the package in the path argument or you can also make use of subdir argument.

    If it doesn't explains, I will post an example... Let me know.

提交回复
热议问题