# BSD 3-Clause License
#
# Copyright (c) 2019, Michel Lang
# All rights reserved.
#
# The file has been imported from https://gihub.com/mllg/checkmate/man-roxygen/
# Modifications
# - Square brackets are escaped
#'
#' @param check.fun \[\code{function}\]
#' Function which checks the input. Must return \code{TRUE} on success and a string with the error message otherwise.
#' @param c.fun \[\code{character(1)}\]
#' If not \code{NULL}, instead of calling the function \code{check.fun}, use \code{.Call} to call a C function \dQuote{c.fun} with the identical
#' set of parameters. The C function must be registered as a native symbol, see \code{\link[base]{CallExternal}}.
#' Useful if \code{check.fun} is just a simple wrapper.
#' @param env \[\code{environment}\]
#' The environment of the created function. Default is the \code{parent.frame}, see \code{\link[base]{sys.parent}}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.