From b93ac9b1a9b6a0bd7ab6ee3c12e34e89e1458220 Mon Sep 17 00:00:00 2001 From: Robert Krajcik Date: Mon, 14 Aug 2023 15:30:49 -0400 Subject: [PATCH] fix reportHtml.Rmd --- inst/report_downloads/reportHtml.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/report_downloads/reportHtml.Rmd b/inst/report_downloads/reportHtml.Rmd index d48153dbb..10353b6a1 100644 --- a/inst/report_downloads/reportHtml.Rmd +++ b/inst/report_downloads/reportHtml.Rmd @@ -157,7 +157,7 @@ createGrid <- function(metrics){ icon_class = metrics$icon_class[i]) }) }), - if(any(!(metrics$title %in% metric$long_name))) { + if(any(!(metrics$title %in% metric_tbl$long_name))) { tags$em("* Provided for additional context. Not a {riskmetric} assessment, so this measure will not impact the risk score.") } )