From 3c2aea71b4738d2d0a2f4db427b50824b0305728 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Tue, 29 Nov 2022 14:17:46 +0100 Subject: [PATCH] don't load {config} with `library("config")` --- phase-3_combine-results.R | 1 - 1 file changed, 1 deletion(-) diff --git a/phase-3_combine-results.R b/phase-3_combine-results.R index a1e6d55..aa9cbf2 100644 --- a/phase-3_combine-results.R +++ b/phase-3_combine-results.R @@ -1,5 +1,4 @@ library("tidyverse") -library("config") cfg <- config::get(file = commandArgs(trailingOnly = TRUE))