Skip to content

Commit

Permalink
Merge pull request epiforecasts#385 from epiforecasts/fix_namespace
Browse files Browse the repository at this point in the history
qualify covidregionaldata when loading available datasets
  • Loading branch information
seabbs committed Jun 18, 2021
2 parents f952cfc + b849240 commit 3b18401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_available_datasets.R
Expand Up @@ -54,7 +54,7 @@ get_available_datasets <- function(type, render = FALSE,
bind_rows()
country_data <- available_country_data
} else {
country_data <- all_country_data
country_data <- covidregionaldata::all_country_data
}
if (!missing(type)) {
target_type <- match.arg(
Expand Down

0 comments on commit 3b18401

Please sign in to comment.