Skip to content

Compressing data for package builds

5 messages · steven mosher, Simon Urbanek, Uwe Ligges

#
On Aug 16, 2012, at 5:08 PM, steven mosher wrote:

            
R CMD build is how you preferably should be creating your package tar ball, so you simply add the --resave-data argument to your already existing R CMD build call which creates the tar ball from your source directory. So can you elaborate on "doesn't do anything I can see"? In what sense? No output? No compression?

Cheers,
Simon
#
On 17.08.2012 07:24, steven mosher wrote:
Are you checking the tarball (as recommended) or the source dir? The 
compressed versions are in the tarball. The source dir is not changed.

Uwe Liges