在R pubs中发布时出错

Pan*_*kie 12 ssl r pubs

当我试图在R Pubs中发布我的作品时,我收到一个错误:

Error in function (type, msg, asError = TRUE)  : 
  SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Calls: rpubsUpload ... <Anonymous> -> .postForm -> .Call -> <Anonymous> -> fun
Execution halted
Run Code Online (Sandbox Code Playgroud)

无论如何要解决它?

Tyl*_*ker 15

在要发送的目录中添加.Rprofile文件并放置以下行:

options(rpubs.upload.method = "internal")
Run Code Online (Sandbox Code Playgroud)

.RprofileRProfile.site文件中.


uma*_*ani 6

我有类似的问题.我在options(rpubs.upload.method = "internal").RProfile的末尾复制了@Tyler Rinker所描述的内容.该.RProfile文件位于\library\base\R安装目录的文件夹中.