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.
snaputils
contains utilities for Shiny app development. The package inherits primarily from apputils
, which contains common utility functions, settings and references for use across multiple Shiny apps. It also imports maputils
. As the name suggests, snaputils
is specific to a SNAP context. So is maputils
though separate. Only apputils
has a more general non-SNAP context. All three packages are satellite members of the SNAPverse collection of R packages.
You can install maputils from github with:
# install.packages('devtools')
devtools::install_github("leonawicz/snaputils")