Hi experts,
I have a question about strategies to use a package with data that will exceed the size allowed by CRAN. (The package has a large amount of spatial data).
At this moment I only thought of having a pure data package in github that is a dependency or needs to be installed as part of the installation instructions. However, remotes::install_github() timeouts, even though I can download the repo's zip file from the browser without any issues.
Does anyone have strategies to deal with this type of situation?
Thanks,
Carlos