From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esEtt-0000cg-G9 for guix-patches@gnu.org; Sat, 03 Mar 2018 16:41:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esEtq-0000gP-Cm for guix-patches@gnu.org; Sat, 03 Mar 2018 16:41:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35269) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1esEtq-0000gL-8k for guix-patches@gnu.org; Sat, 03 Mar 2018 16:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1esEtq-0006CX-2m for guix-patches@gnu.org; Sat, 03 Mar 2018 16:41:02 -0500 Subject: [bug#30570] [PATCH 07/16] gnu: Add r-subplex. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <7597f2a5e819b04be0bd24566b4fcd7950abb5c1.1519241713.git.leo@famulari.name> <7597f2a5e819b04be0bd24566b4fcd7950abb5c1.1519241713.git.leo@famulari.name> <8d075949e08d9774c9963dc02109b3c7d01fdbba.1519241713.git.leo@famulari.name> Date: Sat, 03 Mar 2018 22:40:47 +0100 In-Reply-To: <8d075949e08d9774c9963dc02109b3c7d01fdbba.1519241713.git.leo@famulari.name> (Leo Famulari's message of "Wed, 21 Feb 2018 14:35:11 -0500") Message-ID: <87r2p07s80.fsf@gnu.org> 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: Leo Famulari Cc: 30570@debbugs.gnu.org Leo Famulari skribis: > gnu/packages/maths.scm (r-subplex): New variable. [...] > + (synopsis "Unconstrained Optimization using the Subplex Algorithm") Nitpick: no need to use title case here. (The other R packages in this series have the same issue it seems.) Otherwise LGTM.