Skip to content
Prev 22746 / 398502 Next

CONTENTS, TITLE not generated

On Mon, 19 Aug 2002, Christian Hoffmann wrote:

            
I bet they are generated, in the place you installed the packages.  They
are not part of the sources and not written in the source tree.

There is no point in building the INDEX and then running `R CMD build
--force' which rebuilds it.

If you really want to re-install, just use

R CMD INSTALL --library=lib $1

If you want to check the sources and then keep a .tar.gz for distribution,
use

R CMD check $1
R CMD build --force $1