R2spec

Langue: en

Autres versions - même langue

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

Section: 1 (Commandes utilisateur)

NAME

R2spec - Spec file creator for R libraries

SYNOPSIS

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

USAGE

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

Usage: R2spec -u <url>
        R2spec -s <source>.tar.gz
        R2spec -s folder/folder/<source>
        R2spec -s folder/folder/<source> --bioc
        R2spec -p <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 specfile directly from the url of 
    a tarball

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

-p / --package
    Used to generate the specfile 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