Description Usage Arguments See Also
This function is used for comparing the test results for two different commits of the package that was tested.
1 2 | vdiff_webpage(ref1 = "HEAD", ref2 = "", pkg = ".", filter = "",
convertpng = TRUE, method = "ghostscript", prompt = TRUE)
|
ref1 |
a git commit ref to compare (usually this
should be the older ref). If |
ref2 |
a git commit ref to compare (usually this
should be the newer ref). The empty string |
pkg |
package object or path. |
filter |
a regular expression; result pages will be generated only only for test contexts that match this pattern. |
convertpng |
if TRUE, convert the source PDFs files to PNG. Otherwise they are kept in PDF format, and are viewable only in some browers. |
method |
the method for converting to PNG. Presently
can be |
prompt |
ask to open web page in browser. |
vdiffstat
for a data frame of information about
changed tests.
vtest_webpage
for creating a web page of results for
a single commit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.