From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53220) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyyfO-0007K2-WF for guix-patches@gnu.org; Tue, 04 Feb 2020 08:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyyfO-0001f6-5s for guix-patches@gnu.org; Tue, 04 Feb 2020 08:55:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36852) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iyyfO-0001ei-2S for guix-patches@gnu.org; Tue, 04 Feb 2020 08:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iyyfO-00086v-0T for guix-patches@gnu.org; Tue, 04 Feb 2020 08:55:02 -0500 Subject: [bug#39416] Bulk import of R packages Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:53106) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyyfF-00075b-Jn for guix-patches@gnu.org; Tue, 04 Feb 2020 08:54:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyyfE-0001I4-Nw for guix-patches@gnu.org; Tue, 04 Feb 2020 08:54:53 -0500 Received: from mail-wr1-x42c.google.com ([2a00:1450:4864:20::42c]:44870) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iyyfE-0001GL-CT for guix-patches@gnu.org; Tue, 04 Feb 2020 08:54:52 -0500 Received: by mail-wr1-x42c.google.com with SMTP id m16so23130004wrx.11 for ; Tue, 04 Feb 2020 05:54:52 -0800 (PST) Received: from localhost (zpidlx9.uni-trier.de. [136.199.85.49]) by smtp.gmail.com with ESMTPSA id d23sm30866524wra.30.2020.02.04.05.54.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Feb 2020 05:54:50 -0800 (PST) Date: Tue, 4 Feb 2020 14:54:51 +0100 From: Lars-Dominik Braun Message-ID: <20200204135451.GG2917@zpidnp36> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 39416@debbugs.gnu.org Hi, this patch series adds 34 packages from CRAN imported using `guix import cran -r`. Most of them are unmodified, but a few needed manual tweaks (missing dependencies, wrong home-page URL, missing license). Lars