epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

covidregionaldata archived on CRAN #472

Open seabbs opened 2 years ago

seabbs commented 2 years ago

https://cran.r-project.org/web/packages/covidregionaldata/index.html https://cran-archive.r-project.org/web/checks/2022/2022-06-03_check_results_covidregionaldata.html

Due to issues with data being downloaded in the vignettes and readme. This is related to issues with the French data but solving the more general problem of depending on internet resources would be a good idea. I will start looking at this at the end of the week with the plan of a new CRAN release with these issues fixed next week.

seabbs commented 2 years ago

Related to https://github.com/epiforecasts/covidregionaldata/issues/471 and workaround in https://github.com/epiforecasts/covidregionaldata/pull/470 by @RichardMN (though perhaps we need to address the root of the problem).

seabbs commented 2 years ago

I'd just suggest we move to having articles vs vignettes: https://usethis.r-lib.org/reference/use_vignette.html

seabbs commented 2 years ago

Another option is local vignette knitting though I think maybe not optimal here? https://ropensci.org/blog/2019/12/08/precompute-vignettes/