From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evQRe-0006NH-DN for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evQRc-0003Jq-S1 for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49563) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evQRc-0003Jj-NZ for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evQRc-00056D-HA for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:04 -0400 Subject: [bug#30782] [6/8] Add r-tidyverse (r-selectr) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evPiv-0007ou-La for guix-patches@gnu.org; Mon, 12 Mar 2018 11:51:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evPi3-0006lL-GR for guix-patches@gnu.org; Mon, 12 Mar 2018 11:50:53 -0400 Received: from mout01.posteo.de ([185.67.36.65]:39354) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evPi3-0006iD-0M for guix-patches@gnu.org; Mon, 12 Mar 2018 11:49:59 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 63047211D4 for ; Mon, 12 Mar 2018 16:49:57 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 400Mqy1YPvz9s1s for ; Mon, 12 Mar 2018 16:49:49 +0100 (CET) From: Charlie Ritter Date: Mon, 12 Mar 2018 11:13:28 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: 30782@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-r-selectr.patch Content-Transfer-Encoding: quoted-printable From=202d3727f18dae9d904f9d394fae01a3f82e326dd4 Mon Sep 17 00:00:00 2001 From: Charlie Ritter Date: Mon, 12 Mar 2018 10:59:56 -0400 Subject: [PATCH] gnu: Add r-selectr. * gnu/packages/cran.scm (r-selectr): New variable. =2D-- gnu/packages/cran.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 49b2fedb6..648906bf9 100644 =2D-- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -34,6 +34,30 @@ #:use-module (gnu packages statistics) #:use-module (gnu packages web)) =20 +(define-public r-selectr + (package + (name "r-selectr") + (version "0.3-2") + (source + (origin + (method url-fetch) + (uri (cran-uri "selectr" version)) + (sha256 + (base32 + "0kdrj64rqg4z6hg92y9r2h602a2i73r5rnlpg23ys33d5d32n8jy")))) + (build-system r-build-system) + (propagated-inputs `(("r-stringr" ,r-stringr))) + (home-page "https://sjp.co.nz/projects/selectr") + (synopsis + "Translate CSS Selectors to XPath Expressions") + (description + "Translates a CSS3 selector into an equivalent XPath expression. This +allows us to use CSS selectors when working with the XML package as it can +only evaluate XPath expressions. Also provided are convenience functions +useful for using CSS selectors on XML nodes. This package is a port of the +Python package 'cssselect' ().") + (license license:bsd-3))) + (define-public r-reprex (package (name "r-reprex") =2D-=20 2.16.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEiNLX4rpUkGUHqgmts0r+M/VPj+8FAlqmmRgACgkQs0r+M/VP j+9f/Qf9FJcqzm2S4ldKa6AW+cZFBBc+gWqPHaZapGVeIl5H1Yhs3s3Zn4qWUv+d Yz3eosYKbUH3WmndZAvE3PAMoCpNI7BRR+wuZ1iMIheoPD7JpgfxB3tC4+7t/nkR lat90H4bBXiT1770y+JBHSfUVpgXz1Esk2cePzifhIbH02lnH0uUJR948Adx2sRs gucatBfLTU8HiQOE2Zzl9Q3dsxTdiDg7cOsMGrv237NzLLCF7aavNoWP8DMissLM O6ISBsOyhnicCzHnSCYkvI7SeDrIfxYU/aU1vqXn3jOBp36Cpg2ftPtpQFGm0Vhu wxUlXFai0VWdmipNs9uxavIGt+dAZQ== =mW2T -----END PGP SIGNATURE----- --==-=-=--