R2rpm - Man Page

generate RPM binaries for R packages

Synopsis

R2rpm [Options] package ...

Description

This tool generates RPM binaries for R packages according to the Fedora guidelines for R packaging. These guidelines are available at: https://docs.fedoraproject.org/en-US/packaging-guidelines/R/

It runs R2spec to generate a spec file in the current working directory. Then, builds the RPM using mock.

Positional Arguments

package
   The name of the package in the upstream repository. ...
   Further arguments passed to mock.

Options

--version

Shows the program version.

--no-rpmautospec

Do not use rpmautospec.

--no-check

Do not include the %check section in the generated 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

Force the generation of the spec even if it already exists.

Authors

 Pierre-Yves Chibon <pingou@pingoured.fr>
 Iñaki Úcar <iucar@fedoraproject.org>

No known bugs at this time