diff --git a/DESCRIPTION b/DESCRIPTION index 902efa1..7c109e0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: workflow.pacta Title: Run PACTA -Version: 0.0.0.9006 +Version: 0.0.0.9007 Authors@R: c(person(given = "CJ", family = "Yetman", @@ -40,7 +40,7 @@ Remotes: RMI-PACTA/pacta.portfolio.audit, RMI-PACTA/pacta.portfolio.import, RMI-PACTA/pacta.portfolio.utils, - RMI-PACTA/pacta.workflow.utils@develop + RMI-PACTA/pacta.workflow.utils Suggests: testthat (>= 3.0.0), withr diff --git a/R/run_pacta.R b/R/run_pacta.R index ba1f80c..601d858 100644 --- a/R/run_pacta.R +++ b/R/run_pacta.R @@ -47,7 +47,7 @@ run_pacta <- function( stop("Invalid raw input parameters.") } - params <- pacta.workflow.utils:::parse_params( #nolint + params <- pacta.workflow.utils::parse_params( #nolint json = raw_params, inheritence_search_paths = system.file( "extdata", "parameters",