These instructions are currently for Fedora 30. I'll update them over the releases if anything changes.
Press the Win/Super key, type software and press Enter.
| #!/usr/bin/env Rscript | |
| # Title : Execute Shiny App | |
| # Objective : Initialize Plumber and run Shiny app as "future" (background) worker as defined by local app.R or server.R/ui.R | |
| # Created by: John Hall | |
| library("future") | |
| library("httr") | |
| library("httpuv") | |
| library("magrittr") | |
| library("plumber") | |
| library("shiny") |
| #' Render Table of Contents | |
| #' | |
| #' A simple function to extract headers from an RMarkdown or Markdown document | |
| #' and build a table of contents. Returns a markdown list with links to the | |
| #' headers using | |
| #' [pandoc header identifiers](http://pandoc.org/MANUAL.html#header-identifiers). | |
| #' | |
| #' WARNING: This function only works with hash-tag headers. | |
| #' | |
| #' Because this function returns only the markdown list, the header for the |
Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)