From 2cf171f5ae35d3622a51696f38c82b368d314b99 Mon Sep 17 00:00:00 2001 From: Jeff Thompson <160783290+jthompson-arcus@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:55:22 -0500 Subject: [PATCH] Add values to global variables --- R/global.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/global.R b/R/global.R index dc673cdb3..cffa1c1bc 100644 --- a/R/global.R +++ b/R/global.R @@ -42,6 +42,7 @@ utils::globalVariables( 'downloads', 'ea_v', 'estimate', + 'explore_metrics', 'func', 'have_changed', 'Last modified', @@ -69,6 +70,7 @@ utils::globalVariables( 'rpt_choices', 'score', 'setNames', + 'status', 'succ_icon', 'text', 'token',