From: blundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> Date: Sat, 13 Sep 2008 13:24:34 +0000 (+0000) Subject: README: document some of the cran2deb commands. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f92f18e9810c5efc25ac07a82a83882a9b963fa3;p=cran2deb.git README: document some of the cran2deb commands. git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@108 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/pkg/trunk/inst/doc/README b/pkg/trunk/inst/doc/README index c514b3c..038e70a 100644 --- a/pkg/trunk/inst/doc/README +++ b/pkg/trunk/inst/doc/README @@ -24,3 +24,24 @@ Let ROOT be the value returned by running: cran2deb root 6. Try building a simple package: cran2deb build zoo (The result will be in /var/cache/cran2deb/results) + + +Useful commands: +cran2deb build <foo> + +cran2deb autobuild + - tries to build everything in the database that is out of date or failed on last build. + +cran2deb license + - license console for adding new licenses. see ROOT/data/populate_licenses for examples + +cran2deb depend + - dependency console for adding more dependencies, forced dependencies, system requirement patterns, and aliases. + see ROOT/data/populate_depend_aliases + populate_forcedep + populate_sysreq + +cran2deb update + - update the various caches and databases from the latest cran2deb static data, CRAN/BioC repos, and Debian + repos (for the pbuilder chroot) +