From 54c3adc8db074890b110fb44d3e9e35f45483d51 Mon Sep 17 00:00:00 2001 From: Andy Teucher Date: Wed, 29 Jan 2025 11:31:27 -0800 Subject: [PATCH 1/2] Add pkg namespace to service_map data object --- R/billing.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/billing.R b/R/billing.R index cdd0e0f..d6dc2db 100644 --- a/R/billing.R +++ b/R/billing.R @@ -196,7 +196,7 @@ billing_factory <- function(type) { ) }) %>% list_rbind() %>% - left_join(service_map, by = c("Service" = "service")) %>% + left_join(sixtyfour::service_map, by = c("Service" = "service")) %>% mutate(acronym = coalesce(acronym, Service)) } } From 7443e74531733c93fffaa616c78531ec4cd37ead Mon Sep 17 00:00:00 2001 From: Andy Teucher Date: Wed, 29 Jan 2025 11:45:24 -0800 Subject: [PATCH 2/2] Update globals.R --- R/globals.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/globals.R b/R/globals.R index 54d08b0..293f887 100644 --- a/R/globals.R +++ b/R/globals.R @@ -3,7 +3,6 @@ utils::globalVariables(c( "UnblendedCost", # "BlendedCost", # - "service_map", # "acronym", # "Service", # "Size", #