unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Lo <peterloleungyau@gmail.com>
To: 42080@debbugs.gnu.org
Cc: Peter Lo <peterloleungyau@gmail.com>
Subject: [bug#42080] [PATCH 4/4] gnu: Add r-rselenium.
Date: Sat, 27 Jun 2020 19:48:23 +0800	[thread overview]
Message-ID: <20200627114823.10738-4-peterloleungyau@gmail.com> (raw)
In-Reply-To: <20200627114823.10738-1-peterloleungyau@gmail.com>

* gnu/packages/cran.scm (r-rselenium): New variable.
---
 gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e2eb06b5db..48a619956e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22418,3 +22418,39 @@ repositories to be added.")
 for more information).  This package provides functions to download
 these binaries and to manage processes involving them.")
     (license license:expat)))
+
+(define-public r-rselenium
+  (package
+    (name "r-rselenium")
+    (version "1.7.7")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "RSelenium" version))
+        (sha256
+          (base32
+            "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
+    (properties `((upstream-name . "RSelenium")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-binman" ,r-binman)
+        ("r-catools" ,r-catools)
+        ("r-httr" ,r-httr)
+        ("r-openssl" ,r-openssl)
+        ("r-wdman" ,r-wdman)
+        ("r-xml" ,r-xml)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "http://docs.ropensci.org/RSelenium")
+    (synopsis "R Bindings for 'Selenium WebDriver'")
+    (description
+      "This package provides a set of R bindings for the 'Selenium 2.0
+WebDriver' (see <https://selenium.dev/documentation/en/> for more
+information) using the 'JsonWireProtocol' (see
+<https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> for
+more information). 'Selenium 2.0 WebDriver' allows driving a web
+browser natively as a user would either locally or on a remote machine
+using the Selenium server it marks a leap forward in terms of web
+browser automation.  Selenium automates web browsers (commonly
+referred to as browsers).  Using RSelenium you can automate browsers
+locally or remotely.")
+    (license license:agpl3+)))
-- 
2.17.1





  parent reply	other threads:[~2020-06-27 11:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-27 11:46 [bug#42080] [PATCH] gnu: Add r-rselenium and its dependencies Lo Peter
2020-06-27 11:48 ` [bug#42080] [PATCH 1/4] gnu: Add r-semver Peter Lo
2020-06-27 11:48   ` [bug#42080] [PATCH 2/4] gnu: Add r-binman Peter Lo
2020-06-27 11:48   ` [bug#42080] [PATCH 3/4] gnu: Add r-wdman Peter Lo
2020-06-27 11:48   ` Peter Lo [this message]
2020-07-13 10:52 ` bug#42080: [PATCH] gnu: Add r-rselenium and its dependencies Ludovic Courtès
2020-07-14  1:00   ` [bug#42080] " Lo Peter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200627114823.10738-4-peterloleungyau@gmail.com \
    --to=peterloleungyau@gmail.com \
    --cc=42080@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).