From 58e56afb145e6775194108812ff9be7e20d347c0 Mon Sep 17 00:00:00 2001 From: Alex Axthelm Date: Wed, 13 Nov 2024 17:15:49 +0100 Subject: [PATCH] Force `portfolios/file` as array Adfapting to https://github.com/RMI-PACTA/pacta.workflow.utils/pull/38 --- inst/extdata/scripts/run_pacta.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inst/extdata/scripts/run_pacta.R b/inst/extdata/scripts/run_pacta.R index b6664ba..eea32e2 100644 --- a/inst/extdata/scripts/run_pacta.R +++ b/inst/extdata/scripts/run_pacta.R @@ -22,7 +22,8 @@ params <- pacta.workflow.utils::parse_raw_params( raw_schema_file = system.file( "extdata", "schema", "rawParameters.json", package = "workflow.pacta" - ) + ), + force_array = c("portfolio", "files") ) manifest_info <- workflow.pacta::run_pacta(params)