R2rpm

Langue: en

Version: 371202 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

R2rpm - RPM generator for R libraries

SYNOPSIS

R2rpm -u <url>
R2rpm -s <source>
R2rpm -p <name>

USAGE

This program is designed to create RPM from a source file, a url or a name.

Usage: R2rpm -u <url>
        R2rpm -s <source>.tar.gz
        R2rpm -s folder/folder/<source>
        R2rpm -s folder/folder/<source> --bioc
        R2rpm -p <package name>

The source can be in the same directory or in a subdirectory.

The information about the packager should be filled in /etc/R2spec.conf. or ~/.R2spec.conf

DESCRIPTION

-u / --url
    Used to download and generate the RPM directly from the url of 
    a tarball

-s / --source
    Used to generate the RPM  directly from a tarball available 
    locally

-p / --package
    Used to generate the RPM  directly from the name of the package.
    The sources are directly retrieved from one of the know repositories.

--bioc
    Used for bioconductor libraries

--rforge
    Used for libraries coming from r-forge.net

--rproject
    Used for libraries coming from r-forge.r-project.org

--cran
    Used for cran libraries

No known bugs at this time