Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mponce0 committed Feb 19, 2021
1 parent d5fe950 commit 056abce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Jan 2021: More data sources added _ ver 2.1
Feb 2021: More data sources added _ ver 2.1
- Vaccination data, from OWID
- Testing data, from OWID
- pandemics data, from Visual Capitalist infographics
- report.Tor fn, to report overview analysis of Toronto data

Oct 2020: Adding more data sources _ ver 2.01 (unreleased)
- New covid19.Toronto_OD.data fn, to obtain data from Open Data Toronto
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/covid19_checks_tests.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
test.data.checks <- function() {

# failing on WINDOWS: "TS-Toronto" case
datasets <- c("TS-all","TS-confirmed","TS-confirmed-US","TS-Toronto","aggregated")
#datasets <- c("TS-all","TS-confirmed","TS-confirmed-US","TS-Toronto","aggregated")
datasets <- c("TS-all","TS-confirmed","TS-confirmed-US","aggregated")

for (i in datasets) {
print(i)
Expand Down

0 comments on commit 056abce

Please sign in to comment.