rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more

https://github.com/rstudio/rsconnect

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 66 committers (4.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.9%) to scientific vocabulary

Keywords

posit-connect

Keywords from Contributors

rmarkdown shiny pandoc literate-programming latex setup book bookdown gitbook visualisation
Last synced: 10 months ago · JSON representation

Repository

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more

Basic Info
Statistics
  • Stars: 142
  • Watchers: 47
  • Forks: 86
  • Open Issues: 70
  • Releases: 23
Topics
posit-connect
Created almost 12 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# rsconnect 



[![CRAN status](https://www.r-pkg.org/badges/version/rsconnect)](https://cran.r-project.org/package=rsconnect) [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![R-CMD-check](https://github.com/rstudio/rsconnect/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/rsconnect/actions)



rsconnect makes it easy to publish your Shiny apps, RMarkdown and Quarto documents, and Plumber APIs to [Posit Connect](https://posit.co/products/enterprise/connect/), [ShinyApps.io](https://www.shinyapps.io/), and [Posit Cloud](https://posit.cloud/) from R.

(If you're looking for the Python equivalent, try [rsconnect-python](https://pypi.org/project/rsconnect-python/).)

## Installation

You can install the released version of rsconnect from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("rsconnect")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# 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:

-   For shinyapps.io, go to your [tokens page](https://www.shinyapps.io/admin/#/tokens) and click "Add Token", then follow the instructions to copy and paste the appropriate call to `setAccountInfo()`.
    Learn more in the [Getting Started Guide](https://shiny.rstudio.com/articles/shinyapps.html).

-   For Posit Connect, first use `addServer()` to register your server with rsconnect, then call either `connectUser()` or `connectApiUser()`.
    `connectUser()` is a bit simpler if you're in an interactive session; `connectApiUser()` works anywhere but requires a you to copy and paste an API key from your user profile.

-   For Posit Cloud, login, then click your name in the top-right corner, click "Account", then click "Tokens" in the navbar at the top of the page.
    Click "New Token", then "Copy" next to the token you just created, and then follow the instructions to copy and paste the appropriate call to `setAccountInfo()`.

Now that you're setup you can use `deployApp()`, `deployDoc()`, and friends to publish your apps, documentations, APIs and more.

Owner

  • Name: RStudio
  • Login: rstudio
  • Kind: organization
  • Email: info@rstudio.org
  • Location: Boston, MA

GitHub Events

Total
  • Create event: 37
  • Release event: 7
  • Issues event: 73
  • Watch event: 11
  • Delete event: 22
  • Issue comment event: 107
  • Push event: 156
  • Pull request review comment event: 75
  • Pull request review event: 93
  • Pull request event: 61
  • Fork event: 5
Last Year
  • Create event: 37
  • Release event: 7
  • Issues event: 73
  • Watch event: 11
  • Delete event: 22
  • Issue comment event: 107
  • Push event: 156
  • Pull request review comment event: 75
  • Pull request review event: 93
  • Pull request event: 61
  • Fork event: 5

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 1,689
  • Total Committers: 66
  • Avg Commits per committer: 25.591
  • Development Distribution Score (DDS): 0.811
Past Year
  • Commits: 66
  • Committers: 7
  • Avg Commits per committer: 9.429
  • Development Distribution Score (DDS): 0.394
Top Committers
Name Email Commits
Jonathan McPherson j****n@r****m 319
JJ Allaire jj@r****g 263
Aron Atkins a****n@g****t 256
Andy Kipp a****y@r****m 146
Hadley Wickham h****y@p****o 139
Kevin Ushey k****y@g****m 101
Toph Allen t****n@g****m 77
Matthew Lynch m****h@p****o 69
Michael Marchetti m****e@r****m 63
Scott Jackson s****n@g****m 35
Andrie a****s@g****m 19
trestletech j****n@t****t 19
ssinnott s****7@g****m 18
marcosnavarro c****t@m****m 12
slopp s****n@r****m 11
Yihui Xie x****e@y****e 11
Adam Conroy a****y@g****m 11
Alex K Gold a****d@r****m 10
edavidaja d****d@p****o 9
omar o****r@r****m 7
Mike Baynton m****e@m****m 6
Gary g****y@r****m 5
Joe Cheng j****e@r****g 5
Jonathan Keane j****e@g****m 4
andres a****o@g****m 3
christophe dervieux c****x@g****m 3
mcbex m****h@g****m 3
modernresearch g****b@m****m 3
David Kegley d****y@r****m 3
Bill Evans B****s@A****m 3
and 36 more...

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 246
  • Total pull requests: 230
  • Average time to close issues: 3 months
  • Average time to close pull requests: 13 days
  • Total issue authors: 121
  • Total pull request authors: 25
  • Average comments per issue: 2.78
  • Average comments per pull request: 0.81
  • Merged pull requests: 195
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 56
  • Pull requests: 62
  • Average time to close issues: 3 days
  • Average time to close pull requests: 2 days
  • Issue authors: 38
  • Pull request authors: 9
  • Average comments per issue: 0.73
  • Average comments per pull request: 0.53
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • aronatkins (52)
  • hadley (12)
  • mslynch (8)
  • ChaitaC (6)
  • toph-allen (6)
  • edavidaja (4)
  • dbkegley (4)
  • mbaynton (4)
  • samperman (4)
  • jmcphers (4)
  • slodge-work (4)
  • ronblum (3)
  • AlejandroAyllon (3)
  • nealrichardson (3)
  • kevinushey (3)
Pull Request Authors
  • aronatkins (122)
  • hadley (46)
  • mslynch (15)
  • edavidaja (9)
  • jonkeane (6)
  • karawoo (4)
  • marcosnav (4)
  • olivroy (2)
  • GCRev (2)
  • thomasp85 (2)
  • amol- (2)
  • joshyam-k (2)
  • statik (2)
  • Moohan (1)
  • michaelmayer2 (1)
Top Labels
Issue Labels
bug (21) feature (18) dependencies :rat: (9) FIPS (6) cloud :cloud_with_lightning: (5) deploy :bouncing_ball_person: (5) linting :coat: (5) connect :electric_plug: (2) logging :deciduous_tree: (2) reprex (2) shinyapps.io :medal_military: (1) python :snake: (1) breaking change :skull_and_crossbones: (1) libcurl :spider_web: (1) documentation (1) manifest :memo: (1) verified (1) upkeep (1) ptd (1)
Pull Request Labels
feature (2)

Packages

  • Total packages: 3
  • Total downloads:
    • cran 36,764 last-month
  • Total docker downloads: 2,591,413
  • Total dependent packages: 31
    (may contain duplicates)
  • Total dependent repositories: 158
    (may contain duplicates)
  • Total versions: 77
  • Total maintainers: 1
cran.r-project.org: rsconnect

Deploy Docs, Apps, and APIs to 'Posit Connect', 'shinyapps.io', and 'RPubs'

  • Versions: 40
  • Dependent Packages: 25
  • Dependent Repositories: 148
  • Downloads: 36,764 Last month
  • Docker Downloads: 2,591,413
Rankings
Forks count: 0.8%
Downloads: 1.6%
Dependent repos count: 1.6%
Stargazers count: 3.4%
Dependent packages count: 3.5%
Average: 4.7%
Docker downloads count: 17.3%
Maintainers (1)
Last synced: 10 months ago
proxy.golang.org: github.com/rstudio/rsconnect
  • Versions: 23
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 10 months ago
conda-forge.org: r-rsconnect
  • Versions: 14
  • Dependent Packages: 6
  • Dependent Repositories: 10
Rankings
Dependent packages count: 9.0%
Dependent repos count: 11.0%
Average: 18.1%
Forks count: 20.8%
Stargazers count: 31.5%
Last synced: 10 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • quarto-dev/quarto-actions/setup v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/lint.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 3.0.0 depends
  • curl * imports
  • digest * imports
  • jsonlite * imports
  • openssl >= 2.0.0 imports
  • packrat >= 0.6 imports
  • rstudioapi >= 0.5 imports
  • tools * imports
  • yaml >= 2.1.5 imports
  • MASS * suggests
  • RCurl * suggests
  • callr * suggests
  • httpuv * suggests
  • knitr * suggests
  • plumber >= 0.3.2 suggests
  • reticulate * suggests
  • rmarkdown >= 1.1 suggests
  • shiny * suggests
  • sourcetools * suggests
  • testthat * suggests
  • xtable * suggests
tests/testthat/quarto-website-py/requirements.txt pypi
  • jupyter * test