I'm building a new R package which has a lot of internal data. I decided to split the package into two pieces: A (houses the source code) and B (houses the data). This is in line with official CRAN policies. The data is crucial and the package cannot function without it. I'm building a new R package which has a lot of