Skip to content

Commit

Permalink
add new functions to package
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBrueggemann committed Feb 9, 2024
1 parent 142a604 commit 019a2f5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Collate:
'Job-class.R'
'ProcessGraph-class.R'
'SessionConfig-Class.R'
'apply_prediction.R'
'error.R'
'train_model.R'
Depends:
R (>= 4.3.0)
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export(Process)
export(ProcessGraph)
export(SessionConfig)
export(SessionInstance)
export(apply_prediction_opp)
export(createSessionInstance)
export(getJobIdIndex)
export(is.Collection)
Expand Down
16 changes: 16 additions & 0 deletions man/apply_prediction.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions man/train_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 019a2f5

Please sign in to comment.