Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.66 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.66 KB

Travis build status

AppVeyor build status

Coverage status

justifier: Human and machine-readable justifications and justified decisions based on YAML

The goal of justifier is to provide a simple human- and machine-readable standard for documenting justifications for decisions. justifier was primarily developed to enable documenting teh development of behavior change interventions and the planning and execution of scientific studies, but it can also be used to document decisions in organisations, enabling accumulation of decisions and types of justifications over time.

Installation

You can install the released version of justifier from CRAN with:

install.packages("justifier");

You can install the development version of justifier from GitHub with:

devtools::install_github("academy-of-behavior-change/justifier");

(assuming you have devtools installed; otherwise, install that first using the install.packages function)