From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55077) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPmMV-0006UU-Nw for guix-patches@gnu.org; Wed, 30 Oct 2019 07:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPmMU-00026a-QU for guix-patches@gnu.org; Wed, 30 Oct 2019 07:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40560) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPmMU-00025s-DJ for guix-patches@gnu.org; Wed, 30 Oct 2019 07:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iPmMU-0002y2-9a for guix-patches@gnu.org; Wed, 30 Oct 2019 07:42:02 -0400 Subject: [bug#37988] [PATCH 4/6] gnu: Add r-cytolib. Resent-Message-ID: References: <20191030102531.12495-1-zimon.toutoune@gmail.com> <20191030102531.12495-4-zimon.toutoune@gmail.com> From: Ricardo Wurmus In-reply-to: <20191030102531.12495-4-zimon.toutoune@gmail.com> Date: Wed, 30 Oct 2019 12:41:29 +0100 Message-ID: <87zhhifok6.fsf@elephly.net> 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: zimoun Cc: 37988@debbugs.gnu.org zimoun writes: > * gnu/packages/bioconductor.scm (r-cytolib): New variable. [=E2=80=A6] > + (synopsis "C++ infrastructure for representing and interacting > with the gated cytometry") I would remove =E2=80=9Cthe=E2=80=9D from =E2=80=9Cthe gated cytometry=E2= =80=9D. How about =E2=80=9CInfrastructure for working with gated cytometry data=E2=80=9D? > + (description "This package provides the core data structure and API = to > +represent and interact with the gated cytometry data.") Here I=E2=80=99d also remove =E2=80=9Cthe=E2=80=9D. --=20 Ricardo