Problems installing the devtools package

后端 未结 15 2152
耶瑟儿~
耶瑟儿~ 2020-11-29 15:32

I wish to use the devtools package. I\'ve run the following commands:

> install.packages(\"devtools\", dependencies = TRUE)
....
> library         


        
15条回答
  •  猫巷女王i
    2020-11-29 16:07

    For my Debian Jessie box, I also included:

    sudo apt-get build-dep libxml2-dev
    

    Hint: The r-tool console output is pretty verbose so I would check for any other dependencies.

    Then, I finally got it:

    > find_rtools()
    [1] TRUE
    

提交回复
热议问题