README.md

grDevices2

Test Bed for Changes and Improvements to Rstats grDevices Base Package.

This package is not a fully functional version of grDevices. It contains the bare minimum required to run the functions that are being tested.

There are three branches of interest on this repository:

You can install all these branches with the following commands:

git clone https://github.com/brodieG/grDevices2.git
cd grDevices2
git checkout level-0
R CMD INSTALL .
git checkout level-1
R CMD INSTALL .
git checkout level-2
R CMD INSTALL . --install-tests

Then you can run tests with (note these are not intended for running with R CMD check, I just put the tests in tests):

source('tests/convertColor.R', echo=TRUE)


brodieG/grDevices2 documentation built on May 7, 2019, 2:29 p.m.