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
.
Package functionality and areas of support covered by apputils
include:
shinydashboard::valueBox
, shinydashbaord::infoBox
and shiny::icon
that support the use of local thumbnails images.rintrojs
and shinytoastr
for interactive tours and toast messages.You can install maputils from github with:
# install.packages('devtools')
devtools::install_github("leonawicz/apputils")