From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH 00/18] Add R packages Date: Thu, 24 Nov 2016 17:51:21 +0100 Message-ID: <20161124165139.13740-1-rekado@elephly.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9xFe-0005To-1f for guix-devel@gnu.org; Thu, 24 Nov 2016 11:51:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9xFa-0001ux-Sr for guix-devel@gnu.org; Thu, 24 Nov 2016 11:51:58 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:21399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9xFa-0001tF-FT for guix-devel@gnu.org; Thu, 24 Nov 2016 11:51:54 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi Guix, what follows are a couple of R packages that I've been using at work for a few weeks. To avoid delays I often add requested packages to our local repository first; when my staging file gets too big I take some time to upstream them. All these patches have been checked with "guix lint". These are all the R packages I currently have in my staging file. A few more bioinfo things might follow later. ~~ Ricardo Ricardo Wurmus (18): gnu: Add r-rematch. gnu: Add r-cellranger. gnu: Add r-googlesheets. gnu: Add r-spams. gnu: Add r-r4rna. gnu: Add r-dynamictreecut. gnu: Add r-preprocesscore. gnu: Add r-fastcluster. gnu: Add r-wgcna. gnu: Add r-sfsmisc. gnu: Add r-kernlab. gnu: Add r-gtools. gnu: Add r-chipkernels. gnu: Add r-seqgl. gnu: Add r-gdata. gnu: Add r-gplots. gnu: Add r-rocr. gnu: Add r-gkmsvm. gnu/packages/bioinformatics.scm | 158 ++++++++++++++++++ gnu/packages/machine-learning.scm | 22 +++ gnu/packages/statistics.scm | 340 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 520 insertions(+) -- 2.10.2