From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SoWPM-0004Sa-VJ for garchives@archives.gentoo.org; Tue, 10 Jul 2012 09:07:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFA921C035 for ; Tue, 10 Jul 2012 09:07:00 +0000 (UTC) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 66A5621C02E for ; Tue, 10 Jul 2012 07:43:04 +0000 (UTC) Received: by wgbfm10 with SMTP id fm10so10852838wgb.10 for ; Tue, 10 Jul 2012 00:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerd.de; s=mails; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=N4IrVJ1MSi82G4OGJ8VL9YuPvxFSAwLxRnwwjCKzhps=; b=WfW1Upw7LFr21dVq5AwxojMmBpFPIB7NX0WqZwWuGSSp8uZYW1gm06il5NwwjXYV0x D852v6jP7K3a/+pL+/jxXnWgTZqfTWGHhGyLWXMEAzHd7B65orzF2+hpwIC+cDJmd+Gt pBfnxHxiWC5Mf+/hJ1lCiiugDw/YgSENzGNxM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding:x-gm-message-state; bh=N4IrVJ1MSi82G4OGJ8VL9YuPvxFSAwLxRnwwjCKzhps=; b=eaq9DXP/TY5j8CRANyLOm+TabQpSJ+UdVzM2Lw90gDHap+t0JAHGqKLckcu3xSKJnt ZnRvQ6R0nhPmcj2Fmx2XXVmDoVuDRFT6NgdiS1IHd7T2NPUlQ9OJ8fcRU76dYsI9BHAp /DAHkGkLc1gREMlQC9hXA4dkB3USX56BbcCFF416eT7bb7U8E0q/06qmDl1F51zKSYUD 6wAH8Om0qgK3Wzw+adPvs4Uym4mEMS7EjK9cyZzEoGl/pv+5O+EleNZ0g5s/mrSUJhpS NsitQgHbysE4jQ1trFD9fIDaL14ZrGuBktCJpwmlXdzzJ63bJFBQe1ska0UQewtYsakT PegA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.92.7 with SMTP id ci7mr41232688wib.1.1341906183586; Tue, 10 Jul 2012 00:43:03 -0700 (PDT) Sender: andre@mailerd.de Received: by 10.194.54.65 with HTTP; Tue, 10 Jul 2012 00:43:03 -0700 (PDT) X-Originating-IP: [94.216.13.195] In-Reply-To: <86sjd0l1l4.fsf@gmail.com> References: <86sjd0l1l4.fsf@gmail.com> Date: Tue, 10 Jul 2012 09:43:03 +0200 X-Google-Sender-Auth: GEtEQZ_SVVI32Ir5My8wjmYF0s4 Message-ID: Subject: Re: [gentoo-soc] Automatically generated overlay of R packages - progress report #7 From: =?ISO-8859-1?Q?Andr=E9_Erdmann?= To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQm4sXNW/HhH7wv9MI6F5p6UFdNIaT6pVFhX2OZNx9GvwidxmwksbSnzgik0O2+e3csdSnH7 X-Archives-Salt: 0db1b187-18f6-45e0-98fc-42c69853047f X-Archives-Hash: 02a290cd4e576072558d175503e2ca10 Hi Benda, 2012/7/10 : > Hey Andr=E9, > > Andr=E9 Erdmann writes: > >> =3D=3D Brief summary of this project =3D=3D >> >> The aim of this project is to create scripts that automate the process >> of overlay creation/maintenance for R packages from repositories such >> as CRAN and Bioconductor. > > Where is the overlay, "layman -L | grep cran" gives nothing. May I try > it out? No, there's no ready-to-use overlay at this time. You can try to create an overlay, though. To do this, get the source from [1], cd into the src dir and run "./roverlay.py --stats -R repo_letter_r.list -O created_overlay". This will download all R packages starting with r/R from CRAN and try to create an overlay for them in ./created_overlay. Needs about 300M disk space for the packages and should result in ~90/470 successful ebuild creations (this is due to missing dependency rules, see config/simple-deprules.conf if you'd like to add some). [1] http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git --=20 Regards, Andr=E9 E.