From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 16/18] gnu: Add r-gplots. Date: Fri, 25 Nov 2016 23:53:09 +0100 Message-ID: <87k2brqii2.fsf@gnu.org> References: <20161124165139.13740-1-rekado@elephly.net> <20161124165139.13740-17-rekado@elephly.net> <20161125041617.GB16816@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAPMp-0005pY-Q9 for guix-devel@gnu.org; Fri, 25 Nov 2016 17:53:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAPMm-000649-P1 for guix-devel@gnu.org; Fri, 25 Nov 2016 17:53:15 -0500 In-Reply-To: <20161125041617.GB16816@jasmine> (Leo Famulari's message of "Thu, 24 Nov 2016 23:16:17 -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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Thu, Nov 24, 2016 at 05:51:37PM +0100, Ricardo Wurmus wrote: >> * gnu/packages/statistics.scm (r-gplots): New variable. > >> + (description >> + "This package provides various R programming tools for plotting da= ta, >> +including: >> + >> +@itemize >> +@item calculating and plotting locally smoothed summary function >> +@item enhanced versions of standard plots >> +@item manipulating colors >> +@item calculating and plotting two-dimensional data summaries >> +@item enhanced regression diagnostic plots >> +@item formula-enabled interface to @code{stats::lowess} function >> +@item displaying textual data in plots >> +@item baloon plots >> +@item plotting \"Venn\" diagrams >> +@item displaying Open-Office style plots >> +@item plotting multiple data on same region, with separate axes >> +@item plotting means and confidence intervals >> +@item spacing points in an x-y plot so they don't overlap >> +@end itemize\n") > > We had been using @enumerate instead of @itemize to work around > . Do you know if Andy's fix is in our Guile > yet? Yes, it=E2=80=99s in 2.0.12. Ludo=E2=80=99.