roxygen_assess_family | R Documentation |
Helper for creating a roxygen header from template for assess_* functions
roxygen_assess_family(
name,
return_type = "an atomic assessment result",
dontrun = TRUE
)
name |
the name of the assessment, assuming naming conventions are followed |
return_type |
an optional added commentary about the return type of the assessment function |
dontrun |
logical indicating whether examples should be wrapped in a dontrun block. This is particularly useful for assessments which may require an internet connection. |
roxygen section template for assess family functions
## Not run:
#' @eval roxygen_assess_family(
#' "has_news",
#' "an integer value indicating the number of discovered NEWS files")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.