knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) # install.packages('pkgnet'); packagename <- 'justifier'; packageSubtitle <- "Human and Machine-Readable Justifications and Justified Decisions Based on 'YAML'"; gitLab_ci_badge <- paste0("https://gitlab.com/r-packages/", packagename, "/badges/master/pipeline.svg"); gitLab_ci_url <- paste0("https://gitlab.com/r-packages/", packagename, "/commits/master"); codecov_badge <- paste0("https://codecov.io/gl/r-packages/", packagename, "/branch/master/graph/badge.svg"); codecov_url <- paste0("https://codecov.io/gl/r-packages/", packagename, "?branch=master"); dependency_badge <- paste0("https://tinyverse.netlify.com/badge/", packagename); dependency_url <- paste0("https://CRAN.R-project.org/package=", packagename); pkgdown_url <- paste0("https://r-packages.gitlab.io/", packagename);
r paste(packagename, "\U1F4E6")r packageSubtitleThe pkgdown website for this project is located at r pkgdown_url.
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 the 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 deriving insights in decision processes from the accumulation of decisions and types of justifications over time.
Three vignettes (in progress) are located at:
This meets the increasing demand for accountability of professionals (see e.g. Van Woerkum & Aarts, 2012).
You can install the released version of r packagename from CRAN with:
cat(paste0("``` r install.packages('", packagename, "'); ```"));
You can install the development version of r packagename from GitLab with:
cat(paste0("``` r remotes::install_gitlab('r-packages/", packagename, "'); ```"));
(assuming you have remotes installed; otherwise, install that first using the install.packages function)
van Woerkum, C. and Aarts, N. (2012), ‘Accountability: New challenges, new forms’, Journal of Organizational Transformation & Social Change, 9, pp. 271–283, \doi{10.1386/jots.9.3.271_1}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.