Displaying 1 result from an estimated 1 matches for "zagoskin".
2012 Aug 16
1
Compressing data for package builds
...have two .rda files that I need to include in a package. I've placed
them both in a data directory
after save() the are around 150Kb each.
When I try to check the package I get the following warning
Warning: large data file(s) saved inefficiently:
size ASCII compress
zagoskin.rda 137Kb FALSE none
Note: significantly better compression could be obtained
by using R CMD build --resave-data
old_size new_size compress
modpoll.rda 124Kb 78Kb xz
zagoskin.rda 137Kb 6Kb bzip2
Both of these files modpoll.rda and zagoskin...