roclet {roxygen2}R Documentation

Build a new roclet.

Description

To create a new roclet, you will need to create a constructor function that wraps roclet, and then implement the methods described below.

Usage

roclet(subclass, ...)

roclet_output(x, results, base_path, ...)

roclet_tags(x)

roclet_preprocess(x, blocks, base_path, global_options = list())

roclet_process(x, blocks, env, base_path, global_options = list())

roclet_clean(x, base_path)

Methods


[Package roxygen2 version 6.1.1 Index]