Patch fixing small bugs from last CRAN release.
- Moved
{voi}
package to Suggests in DESCRIPTION and addedrequireNamespace()
inevppi()
to avoid error when not installed (e.g. on CRAN) (f3e3e3e) - Converted help documentation in
man-roxygen
folder to md (cf858b1) - bugfix: line width in CEAC plot.
{ggplot2}
changed in version 3 tolinewidth
fromsize
argument and had only changed some of the code. Updated toscale_linewidth_manual()
. (60bea9c) - Using
testdata
folder{testthat}
unit tests. (cbce0fa)