From a11b1b3291d61eccb7cf830a7de723efa0e9f348 Mon Sep 17 00:00:00 2001 From: ycalvinner Date: Tue, 6 Sep 2016 13:22:34 +0800 Subject: [PATCH] translation deploy shiny app based on local --- _includes/deployment-local.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/deployment-local.md b/_includes/deployment-local.md index 0e81282..37cb883 100644 --- a/_includes/deployment-local.md +++ b/_includes/deployment-local.md @@ -1,8 +1,8 @@ ## Sharing Apps to Run Locally -Once you've written your Shiny app, you can distribute it for others to run on their own computers—they can download and run Shiny apps with a single R command. This requires that they have R and Shiny installed on their computers. +如果你写了自己的shiny应用,你可以分派你的应用给其它人以使其在自己的电脑上运行该应用—他们可以用一条R命令来下载和运行Shiny应用,这要求他们在自己的电脑上安装了R和Shiny包。 -If you want your Shiny app to be accessible over the web, so that users only need a web browser, see Deploying Shiny Apps over the Web. +如果你想要让你的Shiny应用可以通过网页访问,这样其它用户只需要通过浏览器就可以访问,查看基于Web布署Shiny应用 Here are some ways to deliver Shiny apps to run locally: