knitr::opts_chunk$set(
  collapse = TRUE, comment = "#>", fig.path = "man/figures/README-",
  message = FALSE, warning = FALSE, error = FALSE, tidy = TRUE
)

apputils

Travis-CI Build Status AppVeyor Build Status Coverage Status

SNAPverse R package ecosystem development frozen.

Development of the SNAPverse R package ecosystem has been frozen indefinitely. This project was never directly funded. I began it out of personal interest, but no longer work for SNAP. It will remain archived here for historical reference.

apputils is an R package containing common utilty functions, settings and references for development use across multiple Shiny apps. It has a shinydashboard focus. apputils is a satellite member of the SNAPverse collection of R packages. It supports other satellites in the verse, including maputils and snaputils.

is_md <- knitr::opts_knit$get("rmarkdown.pandoc.to") == "markdown_github-ascii_identifiers"
cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_utils_app.png" width=350></p><br>')
cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_utils_app.svg"></p>')

Functionality

Package functionality and areas of support covered by apputils include:

Installation

You can install maputils from github with:

# install.packages("devtools")
devtools::install_github("leonawicz/apputils")

Reference

The complete set of satellite packages is shown below.

cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_all.png" width=350></p><br>')
cat('<p style="text-align:center;"><img src="man/figures/sv_satellites_all.svg"></p>')
cat('[Complete package reference and function documentation](https://leonawicz.github.io/apputils/)')


leonawicz/apputils documentation built on May 13, 2019, 1:38 a.m.