I am developing an R data package for climate change in a region and all the data are rasters.
How can I reduce the size of the files to reduce the package installation time.
I am planning to keep the package in a GitHub repositorie, not planning to send it to Cran because the size of the files.
I use usethis::use_data() which I believe compress the files already..