Expand description
S7 class wrapper generator (new_class / new_generic modern R OOP).
S7-class R wrapper generator.
Functionsยง
- class_
ref_ ๐or_ any_ or_ verbatim - S7-property variant of
class_ref_or_verbatimthat asks the resolver to fall back silently toS7::class_anyon miss (unregistered type, or a registered-but-non-S7 class). Prevents the load-timeobject not foundnoise called out in #203. - extract_
prop_ ๐doc_ from_ tags - Extract the full property documentation from a getterโs
doc_tagsfor use in@prop <name> <doc>emission. - generate_
s7_ r_ wrapper - Generates the complete R wrapper string for an S7-style class.
- rust_
type_ ๐to_ s7_ class - Map a Rust return type to an S7 class name.