Skip to content

Commit 0a9088a

Browse files
committed
Add countrypops to global variables and fix info_flags
1 parent 8791de1 commit 0a9088a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

R/info_tables.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ info_tf_style <- function(locale = NULL) {
14311431
#' @export
14321432
info_flags <- function() {
14331433

1434-
countrypops <- country_name <- country_code_2 <- flag <- NULL
1434+
country_name <- country_code_2 <- flag <- NULL
14351435

14361436
countrypops |>
14371437
dplyr::select(country_name, country_code_2) |>

R/zzz.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ utils::globalVariables(
4343
"colors",
4444
"conv",
4545
"copyright",
46+
"countrypops",
4647
"curr_code",
4748
"curr_name",
4849
"curr_number",

0 commit comments

Comments
 (0)