Skip to content

Commit

Permalink
Merge pull request epiforecasts#390 from RichardMN/fix-render-availab…
Browse files Browse the repository at this point in the history
…le-datasets-389

Fixed glitch in rendering available datasets file - fixes epiforecasts#389
  • Loading branch information
seabbs authored Jun 28, 2021
2 parents 337f0b1 + 4f5ee09 commit 9df009d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/render_available_datasets.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# render available datasets table

all_country_data <- get_regional_data(render = TRUE)
all_country_data <- get_available_datasets(render = TRUE)
usethis::use_data(all_country_data, overwrite = TRUE)
Binary file modified data/all_country_data.rda
Binary file not shown.
Binary file not shown.

0 comments on commit 9df009d

Please sign in to comment.