diff --git a/r/NAMESPACE b/r/NAMESPACE index 78e9a0a3..84e5bbaf 100644 --- a/r/NAMESPACE +++ b/r/NAMESPACE @@ -12,10 +12,13 @@ export(Cite) export(CiteGroup) export(Code) export(CodeBlock) +export(CodeBlockTypes) export(CodeChunk) export(CodeError) export(CodeExpression) export(CodeFragment) +export(CodeFragmentTypes) +export(CodeTypes) export(Collection) export(ConstantSchema) export(ContactPoint) @@ -27,22 +30,25 @@ export(Date) export(Delete) export(Emphasis) export(Entity) +export(EntityTypes) export(Enum) export(EnumSchema) export(Figure) export(Function) export(Heading) export(ImageObject) -export(Include) export(InlineContent) export(IntegerSchema) export(Link) export(List) export(ListItem) export(Mark) +export(MarkTypes) export(MediaObject) +export(MediaObjectTypes) export(Node) export(NumberSchema) +export(NumberSchemaTypes) export(Organization) export(Paragraph) export(Parameter) @@ -55,8 +61,6 @@ export(Quote) export(QuoteBlock) export(SchemaTypes) export(SoftwareApplication) -export(SoftwareEnvironment) -export(SoftwareSession) export(SoftwareSourceCode) export(StringSchema) export(Strong) @@ -67,8 +71,9 @@ export(TableCell) export(TableRow) export(ThematicBreak) export(Thing) +export(ThingTypes) export(TupleSchema) export(Union) export(Variable) +export(VariableTypes) export(VideoObject) -export(VolumeMount)