Hi there,
Warning in install.packages : package ‘covdata’ is not available (for R version 3.6.3)
Which version it compatible with? Thanks, Oded Dror
I don't think covdata is on CRAN. You have to install it using remotes::install_github("kjhealy/covdata").
covdata
remotes::install_github("kjhealy/covdata")
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.