Skip to content
Back to formatted view

Raw Message

Message-ID: <2CDFA890-C26A-4FA5-9C20-45495E93E736@r-project.org>
Date: 2005-05-31T21:37:39Z
From: Simon Urbanek
Subject: package building
In-Reply-To: <1117567292.19463.223.camel@localhost.localdomain>

On May 31, 2005, at 3:21 PM, Federico Calboli wrote:

> how can I build a packge for R.app? I run R CMD check and R CMD  
> biuld, and all is fine, but I get a tarball... Is it what I should  
> get for OS X?

Yes.

It works as documented so if you want to build a binary you just use  
build --binary. If you want to place a binary file in a repository,  
you should rename it to package_version.tgz, though.

Cheers,
Simon