# kate: default-dictionary en_AU
## realtest package for R
## Copyleft (C) 2021-2024, Marek Gagolewski <https://www.gagolewski.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details. You have received
## a copy of the GNU General Public License along with this program.
#' @title Where Expectations Meet Reality: Realistic Unit Testing in R
#'
#' @description
#' \pkg{realtest} is a framework for unit testing for
#' realistic minimalists, where we distinguish between
#' expected, acceptable, and undesirable behaviour.
#'
#' \bold{Keywords}: unit testing, software quality, expectation,
#' undesired behaviour, continuous integration.
#'
#' \bold{License}: GNU General Public License version 2 or later.
#'
#' @name about_realtest
#' @rdname about_realtest
#' @aliases about_realtest realtest realtest-package
#' @docType package
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.