Skip to content

Commit

Permalink
do call <> invoke
Browse files Browse the repository at this point in the history
do call
  • Loading branch information
PondiB committed Jun 22, 2023
2 parents 3fb1269 + b0ef166 commit 392c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ExecutableProcess-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ExecutableProcess <- R6Class(

}
parameterList$job = self$job
result = invoke(self$operation, parameterList)
result = do.call(self$operation, parameterList) #invoke deprecated
message("Result invoked in Executable Process")

return(result)
Expand Down

0 comments on commit 392c86f

Please sign in to comment.