R2spec

Langue: en

Autres versions - même langue

Version: 148399 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

R2spec - Spec file creator for R libraries

SYNOPSIS

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

USAGE

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

Usage: R2spec -u <url>
        R2spec -s <source>.tar.gz
        R2spec -s folder/folder/<source>
        R2spec -s folder/folder/<source> --bioc

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

The information about the packager should be filled in /etc/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

--bioc
    Used for bioconductor libraries

--cran
    Used for cran libraries 

No known bugs at this time