Learn R Programming

doctest (version 0.4.0)

dt_roclet: Create the doctest roclet

Description

You can use this in your package DESCRIPTION like this:

Roxygen: list(roclets = c("collate", "rd", "namespace", "doctest::dt_roclet"))

Usage

dt_roclet()

Arguments

Value

The doctest roclet

Examples

Run this code
if (FALSE) {
roxygen2::roxygenize(roclets = "doctest::dt_roclet")
}

Run the code above in your browser using DataLab