简体   繁体   English

无法在Mac的RStudio中安装RSConnect软件包

[英]Cannot Install RSConnect Package in RStudio on Mac

I am unable to install the RSConnect package in RStudio with R 3.1.2 on OS X El Capitan via: 我无法通过以下方式在OS X El Capitan的R Studio中使用R 3.1.2安装RSConnect软件包:

install.packages('rsconnect')

It's telling me that: 告诉我:

package ‘rsconnect’ is available as a source package but not as a binary
package ‘rsconnect’ is not available (for R version 3.1.2)

Is there another way to install this package? 还有其他安装此软件包的方法吗? The Shiny documentation is a little vague on this subject. Shiny文档对此主题有点含糊。

尝试install.packages("rsconnect", type = "source")

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM