You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current process in workflow.pacta (and repeated in workflow.pacta.report, and hopefully to be implemented differently in workflow.pacta.webapp) is to check the raw input parameters against a raw_params JSON schema which checks that either the full schema is valid, or it contains the required fields and an "inherit" key to allow for the inheritence machinery from parse_params().
The current process in
workflow.pacta
(and repeated inworkflow.pacta.report
, and hopefully to be implemented differently inworkflow.pacta.webapp
) is to check the raw input parameters against araw_params
JSON schema which checks that either the full schema is valid, or it contains the required fields and an "inherit" key to allow for the inheritence machinery fromparse_params()
.https://github.com/RMI-PACTA/workflow.pacta/blob/b7ce70fb0c9160e95e1312cd9c8354cd846e0e05/R/run_pacta.R#L29-L60
This should introduce a function that wraps this full process correctly, so it can be consistently re-used in other packages.
Supports RMI-PACTA/workflow.pacta#77
AB#11554
The text was updated successfully, but these errors were encountered: