1R2rpm(1) General Commands Manual R2rpm(1)
2
3
4
6 R2rpm - RPM generator for R libraries
7
8
10 R2rpm -u <url>
11 R2rpm -s <source>
12 R2rpm -p <name>
13
14
16 This program is designed to create RPM from a source file, a url or a
17 name.
18
19 Usage: R2rpm -u <url>
20 R2rpm -s <source>.tar.gz
21 R2rpm -s folder/folder/<source>
22 R2rpm -s folder/folder/<source> --bioc
23 R2rpm -p <package name>
24
25 The source can be in the same directory or in a subdirectory.
26
27 The information about the packager should be filled in
28 /etc/R2spec.conf. or ~/.R2spec.conf
29
30
32 -u / --url
33 Used to download and generate the RPM directly from the url of
34 a tarball
35
36 -s / --source
37 Used to generate the RPM directly from a tarball available
38 locally
39
40 -p / --package
41 Used to generate the RPM directly from the name of the package.
42 The sources are directly retrieved from one of the know reposito‐
43 ries.
44
45 --bioc
46 Used for bioconductor libraries
47
48 --rforge
49 Used for libraries coming from r-forge.net
50
51 --rproject
52 Used for libraries coming from r-forge.r-project.org
53
54 --cran
55 Used for cran libraries
56
57
58
59
60 No known bugs at this time
61
62
63
64 R2rpm(1)