Skip to content

Commit

Permalink
Fix codecov tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gongcastro committed Oct 22, 2023
1 parent 0eb4e7a commit f48e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f48e08d

Please sign in to comment.