In recent efforts to develop a package, I\'m including datasets in the data/ folder of my package. In my specific case I have 5 datasets all of which are in d
data/
d
When you save your .rda file, please use the command: save(..., file='test.rda', compress='xz') This will help to solve the problem!
.rda
save(..., file='test.rda', compress='xz')