Hi everyone,
I am developing a package with a data set I scraped from a website and I would like to make it available on CRAN.
However, the compressed data is already higher then 30 mb.
I was wondering, what would be the recommended way to include the data in my package?
My idea was host to the data on Github, for example, and then have a function in the package to download the data file. However, I have no idea if this is a recommend practice in these types of situations.
Thank you for the help!