我正在使用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 ) )
我不知道它出错了什么......