devoutverse
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:
- 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")
ASCII graphics device Github Online documentation |
PDF device Github Online documentation |
Audio output 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.