library(tools)
rc = Rdiff("baseline/conv.dat", "test/conv.dat")
if (rc != 0) { stop("Error"); }
rc = Rdiff("baseline/summary.dat", "test/summary.dat")
if (rc != 0) { stop("Error"); }
rc = Rdiff("baseline/ptheta.dat", "test/ptheta.dat")
if (rc != 0) { stop("Error"); }
rc = Rdiff("baseline/ptheta95.dat", "test/ptheta95.dat")
if (rc != 0) { stop("Error"); }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.