Skip to content

Commit

Permalink
chore: wrap examples with donttest
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 13, 2024
1 parent 1fab175 commit 0f899aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/import_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ realizar_peticion_http <- function(url) {
#' @return Un `data.frame` con los nombres y códigos de los departamentos
#' y municipios de Colombia.
#' @examples
#' \donttest{
#' import_geo_cods(descargar = FALSE)
#' }
#' @export
import_geo_cods <- function(descargar = FALSE) {
stopifnot("El parametro descargar debe ser un booleano"
Expand Down
2 changes: 2 additions & 0 deletions man/import_geo_cods.Rd

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

0 comments on commit 0f899aa

Please sign in to comment.