From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7aUZ-0000uU-1Q for guix-patches@gnu.org; Thu, 26 Oct 2017 01:14:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7aUU-00052p-PR for guix-patches@gnu.org; Thu, 26 Oct 2017 01:14:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53416) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7aUU-00052f-Le for guix-patches@gnu.org; Thu, 26 Oct 2017 01:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e7aUU-0001sD-G5 for guix-patches@gnu.org; Thu, 26 Oct 2017 01:14:02 -0400 Subject: [bug#28986] [PATCH] gnu: Add r-tgstat. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171022115607.622-1-rekado@elephly.net> Date: Wed, 25 Oct 2017 22:13:48 -0700 In-Reply-To: <20171022115607.622-1-rekado@elephly.net> (Ricardo Wurmus's message of "Sun, 22 Oct 2017 13:56:07 +0200") Message-ID: <87she6ij8z.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ricardo Wurmus Cc: 28986@debbugs.gnu.org Hi, Ricardo Wurmus skribis: > * gnu/packages/statistics.scm (r-tgstat): New variable. [...] > + (home-page "https://bitbucket.org/tanaylab/tgstat/") > + (synopsis "Tanay's group statistical utilities") > + (description > + "The goal of tgstat is to provide fast and efficient statistical > +tools.") It would be nice to elaborate, but otherwise LGTM. Thanks, Ludo=E2=80=99.