Skip to content

Commit

Permalink
Replaced dontrun with more appropriate donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Jun 16, 2021
1 parent e565c97 commit 5dc8dab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(glue,glue)
importFrom(here,here)
importFrom(magrittr,"%>%")
importFrom(purrr,quietly)
importFrom(purrr,safely)
Expand Down
2 changes: 1 addition & 1 deletion R/impute_down_nuts.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' @importFrom rlang .data
#' @importFrom utils data
#' @examples
#' \dontrun{
#' \donttest{
#' data(mixed_nuts_example)
#' impute_down_nuts(mixed_nuts_example, nuts_year = 2016)
#' }
Expand Down
2 changes: 1 addition & 1 deletion R/validate_geo_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @return A character list with the valid typology, or 'invalid' in the cases
#' when the geo coding is not valid.
#' @examples
#' \dontrun{
#' \donttest{
#' my_reg_data <- data.frame (
#' geo = c("BE1", "HU102", "FR1",
#' "DED", "FR7", "TR", "DED2",
Expand Down
2 changes: 1 addition & 1 deletion R/validate_nuts_regions.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#' that specifies the comformity with the NUTS definition of the year
#' \code{nuts_year}.
#' @examples
#' \dontrun{
#' \donttest{
#' my_reg_data <- data.frame (
#' geo = c("BE1", "HU102", "FR1",
#' "DED", "FR7", "TR", "DED2",
Expand Down
2 changes: 1 addition & 1 deletion man/impute_down_nuts.Rd

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

2 changes: 1 addition & 1 deletion man/validate_geo_code.Rd

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

2 changes: 1 addition & 1 deletion man/validate_nuts_regions.Rd

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

0 comments on commit 5dc8dab

Please sign in to comment.