Skip to content

Commit

Permalink
Restore dependencies from default branch (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm authored Aug 14, 2024
1 parent 82bbc29 commit b5a0edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/run_pacta.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b5a0edf

Please sign in to comment.