NEWS | R Documentation |
Fixes for tools::checkS3methods()
.
Use new function samePDF()
instead of tools::Rdiff
.
PDF files are first checked with tools::Rdiff
.
If they are identical then no conversion to PNG (for comparison) is
necessary.
New function diffFiles
.
Attempt to handle broken output files (files that magick cannot read or convert or compare) more elegantly, including reporting them in the comparison result.
If get an error reading PDF file with magick, try
pdftoppm
(if it exists).
"Remote" sessions all now load gdiff package.
Fix listing of output files for remoteSession
and
clusterSession
.
Added volumes
and env
and network
arguments to
dockerSession
.