joachim-gassen / tidycovid19

{tidycovid19}: An R Package to Download, Tidy and Visualize Covid-19 Related Data
https://joachim-gassen.github.io/tidycovid19/
Other
146 stars 44 forks source link

can not work #40

Open liamxg opened 1 year ago

liamxg commented 1 year ago
image
liamxg commented 1 year ago

@AndreaPi

joachim-gassen commented 1 year ago

Hi there! Thanks for using the package. I just verified that downloading the merged data frame from the GitHub cache works.

devtools::install_github("joachim-gassen/tidycovid19")
[...]
library(tidycovid19)
df <- download_merged_data(cached = TRUE, silent = TRUE)

Your error message from above seems to be related to a network issue. Could you please retry and verify that you are not experiencing a network issue when assessing https://raw.githubusercontent.com? Thanks!

liamxg commented 1 year ago

@joachim-gassen thanks for your reply, I can assess https://raw.githubusercontent.com website.