R/data.R

#' Checklist when deploying application
#'
#' A dataset containing checklist entries used prior to deploying a registry
#' app at Rapporteket
#'
#' @format A named list of oks
#' \describe{
#'   \item{name}{the text of each check in a PRODUCTION environment}
#'   \item{values}{dummy ok, not used}
#'   ...
#' }
"prodChecklist"

#' Checklist when deploying application
#'
#' A dataset containing checklist entries used prior to deploying a registry
#' app at Rapporteket
#'
#' @format A named list of oks
#' \describe{
#'   \item{name}{the text of each check in a QA environment}
#'   \item{values}{dummy ok, not used}
#'   ...
#' }
"qaChecklist"
Rapporteket/raptools documentation built on May 1, 2022, 6:42 a.m.