Skip to content

translation #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/deployment-local.md
Original file line number Diff line number Diff line change
@@ -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 <a href="#deployment-web">Deploying Shiny Apps over the Web</a>.
如果你想要让你的Shiny应用可以通过网页访问,这样其它用户只需要通过浏览器就可以访问,查看<a href="#deployment-web">基于Web布署Shiny应用</a>

Here are some ways to deliver Shiny apps to run locally:

Expand Down