From f48e08d2c1ad5b4f04d021e3539eaefb6bd3197b Mon Sep 17 00:00:00 2001 From: gongcastro Date: Sun, 22 Oct 2023 14:27:26 +0200 Subject: [PATCH] Fix codecov tags --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index 86ccf12..7d33322 100644 --- a/R/utils.R +++ b/R/utils.R @@ -365,7 +365,7 @@ prop_adj <- function(x, n) { #' #' @details The BVQ Shiny App provides a visual interface to the bvq R package to explore the database. Its [GitHub repository](https://github.com/gongcastro/bvq-app) contains the data, documentation, and R scripts needed to run the BVQ Shiny app. #' -launch_app <- function() { #nocov +launch_app <- function() { # nocov start browseURL("https://gongcastro.shinyapps.io/bvq-app/", browser = getOption("browser"), encodeIfNeeded = FALSE)