logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh-make-R - prepare Debian packaging for an original source archive of R software

Author

       This manpage was written by Andreas Tille.

dh-make-R 20161130                                December 2016                                     DH-MAKE-R(1)

Description

       dh-make-R   is   a  tool to convert a regular source code package with R code (from CRAN, BioConductor or
       other source) into one formatted according to the requirements of the Debian R Policy.  Dh-make-R must be
       invoked within a directory containing the source code.

Name

       dh-make-R - prepare Debian packaging for an original source archive of R software

Options

--help Print this help message.

       --team Generate default maintainer, uploaders, VCS URLs for the given packaging team.  Understood  values
              are "science" and "med" for debian-science and debian-med respectively.

       --repo Set the R repository (used in the package name), overriding automatic detection.

       --tests Comma-separated list of test templates to generate. Understood

              values are "generic" (run tests/*.R), "run-unit-test" (installs tests as documentation, can be run
              outside  autopkgtest), "bioc" (runs BiocGenerics::testPackage) and "vignette" (attempts to rebuild
              documentation).

Synopsis

dh-make-R[--help][--team TEAM] [--repo REPO] [--tests TEST1[,TEST2]]

See Also