R/ RStudio - install devtools fails?

后端 未结 5 1661

I am trying to install devtools in my RStudio. But I get tons of errors:

* installing *source* package ‘curl’ ...
** package ‘curl’ successfully unp         


        
5条回答
  •  耶瑟儿~
    2021-02-16 00:37

    Your question contains the answer:-

    Configuration failed because openssl was not found. Try installing:
     * deb: libssl-dev (Debian, Ubuntu, etc)
     * rpm: openssl-devel (Fedora, CentOS, RHEL)
     * csw: libssl_dev (Solaris)
     * brew: openssl@1.1 (Mac OSX)
    

提交回复
热议问题