Skip to content

Commit

Permalink
fix(R): Update NAMESPACE file
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Oct 25, 2019
1 parent 71a3ba7 commit a717d0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Suggests:
roxygen2,
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1.9000
RoxygenNote: 6.1.99.9001
Collate:
'util.R'
'read_funcs.R'
Expand Down
9 changes: 6 additions & 3 deletions r/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export(CiteGroup)
export(Code)
export(CodeBlock)
export(CodeChunk)
export(CodeError)
export(CodeExpression)
export(CodeFragment)
export(Collection)
Expand All @@ -22,12 +23,13 @@ export(CreativeWork)
export(CreativeWorkTypes)
export(Datatable)
export(DatatableColumn)
export(Date)
export(Delete)
export(Emphasis)
export(Entity)
export(EnumSchema)
export(Environment)
export(Figure)
export(Function)
export(Heading)
export(ImageObject)
export(Include)
Expand All @@ -38,7 +40,6 @@ export(List)
export(ListItem)
export(Mark)
export(MediaObject)
export(Mount)
export(Node)
export(NumberSchema)
export(Organization)
Expand All @@ -51,9 +52,9 @@ export(PublicationIssue)
export(PublicationVolume)
export(Quote)
export(QuoteBlock)
export(ResourceParameters)
export(SchemaTypes)
export(SoftwareApplication)
export(SoftwareEnvironment)
export(SoftwareSession)
export(SoftwareSourceCode)
export(StringSchema)
Expand All @@ -66,7 +67,9 @@ export(TableRow)
export(ThematicBreak)
export(Thing)
export(TupleSchema)
export(Variable)
export(VideoObject)
export(VolumeMount)
export(as.Datatable.data.frame)
export(datatable_from_dataframe)
export(datatable_to_dataframe)
Expand Down

0 comments on commit a717d0a

Please sign in to comment.