Skip to content

Commit

Permalink
src pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-guidotti committed Mar 2, 2021
1 parent 899518e commit 8859b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/covid19.R
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ covid19 <- function(country = NULL,
if(length(idx))
warning(sprintf("the tuple ('date','administrative_area_level_1','administrative_area_level_2','administrative_area_level_3') is not unique: %s", paste(unique(x$id[idx]), collapse = ", ")))

# src: not needed any longer
# attr(x, "src") <- try(cite(x, src, verbose = verbose))
# src
attr(x, "src") <- try(cite(x, src, verbose = verbose))

# cache
if(cache)
Expand Down

0 comments on commit 8859b48

Please sign in to comment.