suppressMessages(library(Rcssplot)) suppressMessages(library(magrittr)) source("plot_consonance.R")
Consonance testing refers to the automated checking of compatibility of data with a processing pipeline.
Several R packages already provide frameworks for unit testing,
argument checking, and assertions, including testthat
, assertr
,
checkmate
, and validate
. Package consonance
overlaps provides a
layer that links practical data analysis to core libraries such as
checkmate
, and overlaps in scope with packages such as assertr
and validate
. Its features include:
checkmate
) as
well as custom functions.lm
, glm
).sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.