S4Recipe: S4Recipe objects

Description Usage Arguments

Description

S4Recipe objects represent the specifications of classes and methods parsed from roxygen2-like S4Coffee comments

Usage

1
2
3
4
5
6
7
S4ClassRecipe(recipe, expr, directives)

S4MethodRecipe(recipe, expr, directives)

S4GenericRecipe(recipe, expr, directives)

S4RecipeList(...)

Arguments

recipe

The recipe (original S4Cofee comments)

expr

The expression associated with the comments (currently a srcRef but this is likely to change).

directives

a DirectiveList containing the directives which make up the recipe.

...

Elements of the new S4RecipeList.


gmbecker/S4Coffee documentation built on May 17, 2019, 6:42 a.m.