Error installing PKI package in R

后端 未结 2 1771
孤街浪徒
孤街浪徒 2021-01-13 16:36

I\'d like to publish a slidify presentation in RPubs but it requires PKI and rsconnect packages.

I\'m having this error message when trying to install PKI package in

2条回答
  •  既然无缘
    2021-01-13 17:12

    On Ubuntu, you need to install libssl-dev in order to install the header files for SSL.:

    sudo apt-get install libssl-dev

    or via Synaptic.

    It's probably a good idea to also install libcurl4-openssl-dev, which last I checked you needed for the related package RCurl.

提交回复
热议问题