From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add ztable. Date: Fri, 1 Apr 2016 12:42:21 +0200 Message-ID: References: <20160331191859.GB29485@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alwXB-0005ay-13 for guix-devel@gnu.org; Fri, 01 Apr 2016 06:42:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alwX7-000206-PD for guix-devel@gnu.org; Fri, 01 Apr 2016 06:42:32 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:56462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alwX7-000202-FZ for guix-devel@gnu.org; Fri, 01 Apr 2016 06:42:29 -0400 In-Reply-To: <20160331191859.GB29485@jasmine> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel Leo Famulari writes: > On Thu, Mar 31, 2016 at 03:51:18PM +0200, Ricardo Wurmus wrote: >> From 48bb548bf2a3c009eed6cf3b4a13b92da28d3b3b Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Fri, 18 Mar 2016 12:14:32 +0100 >> Subject: [PATCH] gnu: Add r-ztable. >> >> * gnu/packages/statistics.scm (r-ztable): New variable. > > I didn't want to wait for R to build on my machine, so I only linted it, > but it LGTM otherwise! Thanks. Pushed to master. ~~ Ricardo