Skip to content

Commit

Permalink
chore(plot_edad_sex): add donttest tag
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Oct 24, 2024
1 parent 95f0d7b commit fe75482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ plot_edad <- function(data_agrupada,
#' es `NULL`.
#' @return Un `plot` o gráfico de distribución de casos por edad y sexo.
#' @examples
#' \donttest{
#' data(dengue2020)
#' data_limpia <- limpiar_data_sivigila(dengue2020)
#' data_agrupada <- agrupar_edad_sex(data_event = data_limpia)
Expand All @@ -606,6 +607,7 @@ plot_edad <- function(data_agrupada,
#' col_edad = "edad",
#' col_sex = "sexo"
#' )
#' }
#' @export
plot_edad_sex <- function(data_agrupada,
col_edad = "edad",
Expand Down
2 changes: 2 additions & 0 deletions man/plot_edad_sex.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe75482

Please sign in to comment.