RStudio Dataone在.local(x,...)中:调用getPackage时出错:getpackage方法不支持格式化应用程序

时间:2017-03-17 15:02:02

标签: r rstudio

我正在使用R version 3.3.3的Ubuntu 14.04,我正在使用包dataone

我在RStudio

上一直在努力解决这个错误信息
Your login certificate is missing or unreadable. 
You must login again via CILogon using 'dataone::downloadCert(CertificateManager())'
Attempting to call as public user without being authenticated.
Warning message:
In .local(x, ...) :
  Error calling getPackage: The format application is not supported in the getpackage methode

运行命令时出现此错误:

bagitFileName <- getPackage(mn, id=id_case_study, format = "application/zip")

为了解决这个问题,我试过了,没有成功:

将行RSTUDIO_DISABLE_SECURE_DOWNLOAD_WARNING=1添加到文件/usr/lib/R/etc/Rprofile.site(取自here

httr::set_config( config( ssl_verifypeer = 0L ) )

我不知道它出错了什么......

0 个答案:

没有答案