From b5a0edfe0c5d7f0d9fc70d3855343c2f96d7fa2d Mon Sep 17 00:00:00 2001
From: Alex Axthelm <aaxthelm@rmi.org>
Date: Wed, 14 Aug 2024 15:53:54 +0200
Subject: [PATCH] Restore dependencies from default branch (#86)

---
 DESCRIPTION   | 4 ++--
 R/run_pacta.R | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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",