Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
flahn committed May 5, 2022
2 parents 44bfdf1 + 065e7b5 commit 6a3b72e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export(var.list)
export(variables)
export(xor.ProcessGraphParameter)
export(xor.ProcessNode)
exportMethods(toJSON)
import(httr2)
import(jsonlite)
import(lubridate)
Expand Down
2 changes: 2 additions & 0 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ processToJSON = function(x, ...) {
NULL

#' @rdname toJSON
#' @export
setMethod(f="toJSON", signature = "Process",definition = .toJSON)

#' @rdname toJSON
#' @export
setMethod(f="toJSON", signature = "Graph",definition = .toJSON)

.capturedErrorToMessage = function(e) {
Expand Down

0 comments on commit 6a3b72e

Please sign in to comment.