The devoutverse is a collection of packages offering non-standard devices for RStats. Most are based on devout.

The purpose of this devoutverse package is to:

  1. Provide links to the various packages.

Installation

You can install devoutverse packages from GitHub with:

# install.packages("devtools")
devtools::install_github("coolbutuseless/devout")
devtools::install_github("coolbutuseless/devoutpdf")
devtools::install_github("coolbutuseless/devoutaudio")
devtools::install_github("coolbutuseless/devoutsvg")



ASCII graphics device
Github
Online documentation

PDF device
Github
Online documentation

Audio output for graphics device
Github
Online documentation

SVG graphics device with pattern support
Github
Online documentation

Helpers for devoutsvg

The following packages provide SVG support for use with minisvg and devoutsvg


Simple SVG patterns
Github
Online documentation

USGS Patterns
Github
Online documentation

SVG animation helpers
Github
Online documentation

SVG filters
Github
Online documentation

Want to build your own device?

Best starting point is to read the vignettes for the devout package which steps through the process of building a simple SVG graphics output device.