Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R 运行托管在私有bitbucket上的闪亮应用程序_R_Github_Shiny_Bitbucket - Fatal编程技术网

R 运行托管在私有bitbucket上的闪亮应用程序

R 运行托管在私有bitbucket上的闪亮应用程序,r,github,shiny,bitbucket,R,Github,Shiny,Bitbucket,我知道从github运行闪亮的应用程序,如下所示 library(shiny) runGitHub("<private repository name>", "<my user name>") 库(闪亮) runGitHub(“,”) 是否有任何类似于从bitbucket运行的内容仅限于我的组织。runGitHub和runGist只是runUrl的包装: runUrl()下载并启动一个闪亮的应用程序,该应用程序托管在可下载的URL上。闪亮的应用程序必须保存在

我知道从github运行闪亮的应用程序,如下所示

library(shiny)    
runGitHub("<private repository name>", "<my user name>") 
库(闪亮)
runGitHub(“,”)

是否有任何类似于从bitbucket运行的内容仅限于我的组织。

runGitHub
runGist
只是
runUrl
的包装:

runUrl()下载并启动一个闪亮的应用程序,该应用程序托管在可下载的URL上。闪亮的应用程序必须保存在.zip、.tar或.tar.gz文件中

因此,以下措施将起作用:

shiny::runUrl("https://bitbucket.org/JohnCoene/sigmajshiny/get/d88a6921634d.zip")
以上链接摘自:


Repo>Downloads>Download Repository

我尝试了这个方法,但没有将其保存在zip文件中。现在它可以工作了。