knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Sanitycheckr

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.

Installation

devtools::install_github("thk686/sanitycheckr")

Example

This will take a long time to run. You may prefer to run it from Rscript.

cd <pkgdir>; Rscript -e 'sanitycheckr::sanity_check()'

Travis build status AppVeyor build status



thk686/sanitycheckr documentation built on May 12, 2019, 7:21 p.m.