From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48768) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXkC9-0005pC-Us for guix-patches@gnu.org; Thu, 21 Nov 2019 06:00:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXkC5-0007QI-32 for guix-patches@gnu.org; Thu, 21 Nov 2019 06:00:15 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42535) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXkBx-0007JM-0s for guix-patches@gnu.org; Thu, 21 Nov 2019 06:00:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXkBu-00036S-AK for guix-patches@gnu.org; Thu, 21 Nov 2019 06:00:04 -0500 Subject: [bug#38259] [PATCH] gnu: Add r-harmony. Resent-Message-ID: MIME-Version: 1.0 References: <20191118172216.21813-1-madalinionel.patrascu@mdc-berlin.de> <87blt5ik08.fsf@gnu.org> In-Reply-To: <87blt5ik08.fsf@gnu.org> From: zimoun Date: Thu, 21 Nov 2019 11:58:54 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38259@debbugs.gnu.org, =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Hi, On Thu, 21 Nov 2019 at 11:48, Ludovic Court=C3=A8s wrote: > It took me a while but I then realized the package was already in, only > in a different file, cran.scm. IMHO, some packages need to be moved in the right files. For example this one. It is not a CRAN package because it does not come from the CRAN archive but a Bioinformatics one written in R language. In the same topic, I moved [1] packages fetched from the CRAN archive to the cran.scm file. [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D38184 To me, keeping a clear file organisation helps. :-) All the best, simon