R2rpm - Man Page

Automatically generates RPM for R libraries.

Synopsis

R2rpm -p <package name>
R2rpm -u <url to sources>
R2rpm - s <path to sources file>

Description

This tool generate RPM for R libraries according to the Fedora guidelines for R packaging. These guidelines are available at: https://fedoraproject.org/wiki/Packaging/R

Usage

This program generates RPM file for R libraries for Fedora.

R2rpm -p <package name>

It will browse the configure R repositories for this specified package name. If found, the package will be downloaded, extracted, the information contained in the sources are read (especially those contained in the Description file). The sources are then removed from the current working directory (unless specified otherwise). Finally the spec file is writen to the filesystem using the information collected.

R2rpm -u <url to sources>

This alternative expects directly an URL for the sources of the R packages. R2spec will try to fill the spec as best as possible from the information collected.

R2rpm -s <local sources>

This alternative uses local sources. The sources are copied to the sourcedir as defined by rpm. They are then extracted and the spec file generated.

Options

-p / --package

The name of the package to search in the main repositories collected.

-u / --url

Direct URL to the source of the R package.

-s / --sources

The sources of the R package present locally on the filesystem.

--force-dl

Enforce the download of the sources even if they are present on the system.

--keep-sources

Do not remove the sources once extracted.

--repo

Enable to specify a repository for a local package.

--name

Name of the packager to use in the spec file.

--email

Email of the packager to use in the spec file.

--verbose

Provides a some detailed output of what's going on.

--debug

Provides much more information on what's going on, including errors when they occur.

--force-spec

Enforce the generation of the spec even if it already exists on the system.

Files

$HOME/.conf/r2spec/settings

User configuration file for R2spec, allows to specify user name and email to be used in the spec file.

/etc/R2spec/repos.cfg

The configuration file for the R repositories.

/usr/lib/python2.7/site-packages/r2spec/specfile.tpl

Template used to generate the spec file.

Authors

 Pierre-Yves Chibon <pingou@pingoured.fr>

No known bugs at this time