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

usetheprocess

Lifecycle: experimental

This package sets up a usethis-like framework for R and app dev.

Installation

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") 

Usage

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")


dynastyprocess/usetheprocess documentation built on Dec. 20, 2021, 2:19 a.m.