From bd51acdf6bb155ad9057355cdd88b00be682dc25 Mon Sep 17 00:00:00 2001 From: Dan Tenenbaum Date: Thu, 9 May 2024 09:52:08 -0700 Subject: [PATCH] split up long line --- R/utils.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index 4b95468..2f505c8 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,4 +1,5 @@ -proof_base <- Sys.getenv("PROOF_API_BASE_URL", "https://proof-api.fredhutch.org") +proof_base <- Sys.getenv("PROOF_API_BASE_URL", + "https://proof-api.fredhutch.org") make_url <- function(...) { file.path(proof_base, ...)