Movatterモバイル変換


[0]ホーム

URL:


Skip to content

rsconnect

rsconnect makes it easy to publish your Shiny apps, RMarkdown and Quarto documents, and Plumber APIs* toPosit Connect,Posit Connect Cloud, andshinyapps.io from R.

(If you’re looking for the Python equivalent, tryrsconnect-python.)

Installation

You can install the released version of rsconnect fromCRAN with:

install.packages("rsconnect")

And the development version fromGitHub with:

# install.packages("devtools")devtools::install_github("rstudio/rsconnect")

Setup

To use rsconnect, you first need to teach it about the server you want to publish to. If you use the RStudio IDE, the easiest way to get set up is to use the publishing dialog, which you can find by clicking the “Tools” menu, then selecting “Global options”, then clicking “Publishing”. Click “Connect” to add new servers.

You can also connect from any R session by running a little code:

Now that you’re setup you can usedeployApp(),deployDoc(), and friends to publish your apps, documentations, APIs and more.

Links

License

Citation

Developers

  • Aron Atkins
    Author, maintainer
  • Toph Allen
    Author
  • Hadley Wickham
    Author
  • Jonathan McPherson
    Author
  • JJ Allaire
    Author
  • Posit
    Copyright holder, funder

[8]ページ先頭

©2009-2025 Movatter.jp