ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Compress data files #19

Closed gavinsimpson closed 11 years ago

gavinsimpson commented 11 years ago

R CMD check raises the following issue:

* checking data for ASCII and uncompressed saves ... WARNING

  Note: significantly better compression could be obtained
        by using R CMD build --resave-data
                   old_size new_size compress
  taxon.list.RData    241Kb    143Kb       xz

Need to compress this file using xz compression if the package is to go to CRAn at some point