.local(x,…)中的RStudio DATONE:调用getPackage时出错:getPackage方法中不支持格式应用程序

.local(x,…)中的RStudio DATONE:调用getPackage时出错:getPackage方法中不支持格式应用程序,r,rstudio,R,Rstudio,我在Ubuntu 14.04上使用R版本3.3.3,我正在使用包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

我在Ubuntu 14.04上使用
R版本3.3.3
,我正在使用包
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")

bagitFileName您确定
set RSTUDIO…=1
R语法是否有效?另外,您是否在raw R中尝试过此代码以排除Rstudio的可能行为?@Roman谢谢!我在我的问题上犯了一个错误(我会改正它)。。我刚刚在Rprofile.site文件中添加了行“RSTUDIO\u DISABLE\u SECURE\u DOWNLOAD\u WARNING=1”