Gentoo Archives: gentoo-soc

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-soc@l.g.o
Cc: Denis Dupeyron <calchan@g.o>
Subject: [gentoo-soc] Automatically generated overlay of R packages - progress report #12
Date: Mon, 13 Aug 2012 09:09:12
Message-Id: CAGrucu1vYHgnr8=_4NBjAtaLfbKkh7Zv9X9UuqMm6VUheP0sbg@mail.gmail.com
1 Hi everyone,
2
3 == Brief summary of this project ==
4
5 The aim of this project is to create scripts that automate the process
6 of overlay creation/maintenance for R packages from repositories such
7 as CRAN and Bioconductor.
8
9 Longer:
10 For the ebuild creation of a single package one needs to extract the
11 package, copy-paste data from its description file to the ebuild and
12 look up dependencies, which is time-consuming.
13 Although trivial for a few number of packages, this is practically
14 impossible to do by hand for repositories like CRAN (> 3500 packages),
15 especially 'cause it also requires tracking changes (new / updated /
16 removed packages).
17 The solution is to automate that process and this is what this project is about.
18
19 The project's git repository is located at
20 http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git
21
22
23 == Last week's progress ==
24
25 * some code fixes like creating a proper SRC_URI ebuild variable for
26 packages from subdirectories
27
28 * documentation: started to write the manual/usage guide (using
29 reStructuredText). It's not complete. but covers most production
30 usage-relevant sections. Its html version can be found here [0].
31
32 [0] http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=blob_plain;f=doc/html/usage.html;hb=HEAD
33
34
35 == Plans for this week ==
36
37 * Documentation isn't complete yet, so I'll continue with this task.
38
39 --
40 Regards,
41 André E.