From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evQRe-0006NJ-DL 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-0003JT-4r for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evQRb-0003JD-W3 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 1evQRb-00055y-QF for guix-patches@gnu.org; Mon, 12 Mar 2018 12:37:03 -0400 Subject: [bug#30781] [7/8] Add r-tidyverse (r-rvest) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evPj1-0007sb-Mp for guix-patches@gnu.org; Mon, 12 Mar 2018 11:51:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evPiW-0007RQ-BL for guix-patches@gnu.org; Mon, 12 Mar 2018 11:50:59 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36779) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evPiV-0007Ow-N3 for guix-patches@gnu.org; Mon, 12 Mar 2018 11:50:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 79D6520F90 for ; Mon, 12 Mar 2018 16:50:26 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 400MrW4M4xz9ry7 for ; Mon, 12 Mar 2018 16:50:19 +0100 (CET) From: Charlie Ritter Date: Mon, 12 Mar 2018 11:14:03 -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: 30781@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-r-rvest.patch Content-Transfer-Encoding: quoted-printable From=2001c74b79b3571aaf82f394d9cdc057a4121c81af Mon Sep 17 00:00:00 2001 From: Charlie Ritter Date: Mon, 12 Mar 2018 11:03:41 -0400 Subject: [PATCH] gnu: Add r-rvest. * gnu/packages/cran.scm (r-rvest): 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 648906bf9..2a8bcc215 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-rvest + (package + (name "r-rvest") + (version "0.3.2") + (source + (origin + (method url-fetch) + (uri (cran-uri "rvest" version)) + (sha256 + (base32 + "04mv99z8dixywx96kfy4215g6ib23s7qvd77hcf9pxqxzcvqhvhd")))) + (build-system r-build-system) + (propagated-inputs + `(("r-httr" ,r-httr) + ("r-magrittr" ,r-magrittr) + ("r-selectr" ,r-selectr) + ("r-xml2" ,r-xml2))) + (home-page "https://github.com/hadley/rvest") + (synopsis "Easily Harvest (Scrape) Web Pages") + (description + "Wrappers around the 'xml2' and 'httr' packages to make it easy to +download, then manipulate, HTML and XML.") + (license license:gpl3))) + (define-public r-selectr (package (name "r-selectr") =2D-=20 2.16.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEiNLX4rpUkGUHqgmts0r+M/VPj+8FAlqmmTsACgkQs0r+M/VP j+8TzAgAi43aYqalr0AJQC1TaFMzdQz6gH7UzgomsWM+wD/5qaXKsPsokLIiq6mG +8yOv6hAMUr6fG5DITKI/KWsNGTsrmcr8ENw8a1oYmXuxQtnGZbTpzuSJhM7GXUH 7SuCblZzJOH9yECCML7IfkgnExd7m0xHRGpYHE3oxH21lDHYyT1xOqLMfOYn3nay tXni/MC8aOWogdK8MOipti0OExjYaYXbqWzK5v+yHdxBseCHSvEskTFe5qsOvdnY WZ/SRirvxl0lOlxa2Vln00hsWieZD2gxpEZ14iVvcvs9N+3D9/svEN13khtyWYy5 agpJFggubtczxhCsHg+0dFtRl0T4GQ== =1xH9 -----END PGP SIGNATURE----- --==-=-=--