Run Shiny app as a local job with API

Open
#177 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
r
Domain
api

Research direction

Start by reading rstudioapi::jobRunScript and comparing it with the RStudio local-job button behavior described in the issue. Determine whether a direct API function can provide the same workflow without a separate R script; done means the requested behavior is exposed and verified against that use case.

Written by the indexing model from the issue text.

Description

Preview versions of Rstudio (1.3.x) allow a user to run Shiny application as a local job. I cannot find any simple way to achieve this by any simple mean. It would be nice to offer new function in rstudioapi which can handle it the same way as the button in RStudio do. With rstudioapi::jobRunScript, it is easy to start the app, but it seems necessary to have separate Rscript. Why is not it possible to call, say, function directly, without the need of any separate file?

Dominant language
R
Stars
175
Forks
37
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from rstudio/rstudioapi

All issues in rstudio/rstudioapi

Similar issues

More R issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.