knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package sets up a usethis-like framework for R and app dev.
You can install usetheprocess
from either r-universe or remotes:
install.packages("usetheprocess",repos = "https://dynastyprocess.r-universe.dev") # or # install.packages("remotes") remotes::install_github("dynastyprocess/usetheprocess")
Create the framework for a new Shiny app by running:
usetheprocess::app_create(path = "demo/new_app")
and it will build an app skeleton.
Create the skeleton of a new package by running: Create the framework for a new Shiny app by running:
usetheprocess::pkg_create(path = "demo/new_pkg")
fs::dir_delete("demo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.