Skip to content

Commit

Permalink
fix(R package): Update NAMESPACE file
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jan 20, 2020
1 parent b85f570 commit 94beb2a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions r/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -55,8 +61,6 @@ export(Quote)
export(QuoteBlock)
export(SchemaTypes)
export(SoftwareApplication)
export(SoftwareEnvironment)
export(SoftwareSession)
export(SoftwareSourceCode)
export(StringSchema)
export(Strong)
Expand All @@ -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)

0 comments on commit 94beb2a

Please sign in to comment.