all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30781] [7/8] Add r-tidyverse (r-rvest)
@ 2018-03-12 15:14 Charlie Ritter
  2018-03-26 19:29 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Charlie Ritter @ 2018-03-12 15:14 UTC (permalink / raw)
  To: 30781


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0001-gnu-Add-r-rvest.patch --]
[-- Type: text/x-patch, Size: 1432 bytes --]

From 01c74b79b3571aaf82f394d9cdc057a4121c81af Mon Sep 17 00:00:00 2001
From: Charlie Ritter <chewzerita@posteo.net>
Date: Mon, 12 Mar 2018 11:03:41 -0400
Subject: [PATCH] gnu: Add r-rvest.

* gnu/packages/cran.scm (r-rvest): New variable.
---
 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
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34,6 +34,30 @@
   #:use-module (gnu packages statistics)
   #:use-module (gnu packages web))
 
+(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")
-- 
2.16.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#30781] [7/8] Add r-tidyverse (r-rvest)
  2018-03-12 15:14 [bug#30781] [7/8] Add r-tidyverse (r-rvest) Charlie Ritter
@ 2018-03-26 19:29 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2018-03-26 19:29 UTC (permalink / raw)
  To: Charlie Ritter, 30781

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Charlie Ritter <chewzerita@posteo.net> writes:

> From 01c74b79b3571aaf82f394d9cdc057a4121c81af Mon Sep 17 00:00:00 2001
> From: Charlie Ritter <chewzerita@posteo.net>
> Date: Mon, 12 Mar 2018 11:03:41 -0400
> Subject: [PATCH] gnu: Add r-rvest.
>
> * gnu/packages/cran.scm (r-rvest): New variable.

I reworked the synopsis and description to match the README, since the
one from DESCRIPTION was rather 'thin'.

Applied!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-26 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12 15:14 [bug#30781] [7/8] Add r-tidyverse (r-rvest) Charlie Ritter
2018-03-26 19:29 ` Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.