The sanitychecker package runs R CMD check using a specially compiled R binary that will enable address and undefined behavior checking. The package requies Docker. See also Rocker.
devtools::install_github("thk686/sanitycheckr")
This will take a long time to run. You may prefer to run it from Rscript.
cd <pkgdir>; Rscript -e 'sanitycheckr::sanity_check()'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.