Skip to content

Commit

Permalink
Fixed documentation links to FOPH as source of Switzerland data, upda…
Browse files Browse the repository at this point in the history
…ted News
  • Loading branch information
RichardMN committed Dec 1, 2021
1 parent 2a7f105 commit ed0f6c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ This release is currently under development
## New data sets

* Support for level 1 region data in Estonia (thanks to @RichardMN). See `?Estonia` for details.
* Support for level 1 region data in Vietnam (thanks to @biocyberman). See `?Vietname` for details.
* Support for level 1 region data in Vietnam (thanks to @biocyberman). See `?Vietnam` for details.

## Other changes

* Change the data source for Switzerland to draw data from the Swiss Federal Office of Public Health (FOPH)
* Updated the package logo to include the newly supported data sets.

## Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions R/Switzerland.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Switzerland <- R6::R6Class("Switzerland",
"tested_total"
),
#' @field source_text Plain text description of the source of the data
source_text = "Open Data, Canton of Zurich",
source_text = "Swiss Federal Office of Public Health FOPH",
#' @field source_url Website address for explanation/introduction of the
#' data
source_url = "https://github.com/openZH/covid_19/",
source_url = "https://www.covid19.admin.ch/en/overview",

#' @description Set up a table of region codes for clean data
#' @importFrom tibble tibble
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ filepath
flavio
Flavio
fns
FOPH
fromJSON
gb
geocode
Expand Down

0 comments on commit ed0f6c0

Please sign in to comment.