From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhwJP-0006v0-S9 for guix-patches@gnu.org; Tue, 24 Jul 2018 08:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhwJK-000840-0g for guix-patches@gnu.org; Tue, 24 Jul 2018 08:21:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49638) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhwJJ-00083r-TJ for guix-patches@gnu.org; Tue, 24 Jul 2018 08:21:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fhwJJ-0008Vv-Ny for guix-patches@gnu.org; Tue, 24 Jul 2018 08:21:01 -0400 Subject: [bug#32259] Add R packages from CRAN Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhwIT-0006NJ-K4 for guix-patches@gnu.org; Tue, 24 Jul 2018 08:20:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhwIQ-0007Hs-GZ for guix-patches@gnu.org; Tue, 24 Jul 2018 08:20:09 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:48486) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fhwIQ-0007HS-4H for guix-patches@gnu.org; Tue, 24 Jul 2018 08:20:06 -0400 Received: from localhost (localhost [127.0.0.1]) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTP id 1566E11FDA09 for ; Tue, 24 Jul 2018 14:20:04 +0200 (CEST) Received: from sinope02.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope02.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hUyM0wBK9VsC for ; Tue, 24 Jul 2018 14:19:59 +0200 (CEST) Received: from SW-IT-P-CAS1.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Tue, 24 Jul 2018 14:19:58 +0200 (CEST) From: Ricardo Wurmus Date: Tue, 24 Jul 2018 14:19:48 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: 32259@debbugs.gnu.org This patch series adds a few more R packages from CRAN. -- Ricardo