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

{%s}

Installation

You can install the development version of {%s} like so:

# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?

Run

You can launch the application by running:

%s::run_app()

About

You are reading the doc about version : r golem::pkg_version()

This README has been compiled on the

Sys.time()

Here are the tests results and package coverage:

devtools::check(quiet = TRUE)
unloadNamespace("%s")
covr::package_coverage()


ThinkR-open/shinytemplate documentation built on Aug. 27, 2024, 3:15 p.m.