From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH]: Five R packages. Date: Mon, 30 Nov 2015 21:22:22 +0100 Message-ID: <20151130202222.GB11602@debian> References: <87d1uwbfi7.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3UyD-0005ms-SP for guix-devel@gnu.org; Mon, 30 Nov 2015 15:22:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3UyA-0007DG-Ow for guix-devel@gnu.org; Mon, 30 Nov 2015 15:22:45 -0500 Received: from mout.kundenserver.de ([212.227.126.134]:50275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3UyA-0007D6-Ex for guix-devel@gnu.org; Mon, 30 Nov 2015 15:22:42 -0500 Content-Disposition: inline In-Reply-To: <87d1uwbfi7.fsf@kyleam.com> 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: Kyle Meyer Cc: guix-devel On Thu, Nov 26, 2015 at 04:46:40PM -0500, Kyle Meyer wrote: > > * gnu/packages/statistics.scm (r-data-table): New variable. > It seems data.table was already packaged under a different name in > 0e4e03f (2015-09-26). Normally we replace non-alphanumeric characters by "-". So the new name would be the correct one. If you could modify the package, that would be nice. Andreas