From: Peter Lo <peterloleungyau@gmail.com>
To: 42080@debbugs.gnu.org
Cc: Peter Lo <peterloleungyau@gmail.com>
Subject: [bug#42080] [PATCH 3/4] gnu: Add r-wdman.
Date: Sat, 27 Jun 2020 19:48:22 +0800 [thread overview]
Message-ID: <20200627114823.10738-3-peterloleungyau@gmail.com> (raw)
In-Reply-To: <20200627114823.10738-1-peterloleungyau@gmail.com>
* gnu/packages/cran.scm (r-wdman): New variable.
---
gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 88e84d5866..e2eb06b5db 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22383,3 +22383,38 @@ Binary repositories are defined in 'YAML' format. Defining new
pre-download, download and post-download templates allow additional
repositories to be added.")
(license license:expat)))
+
+(define-public r-wdman
+ (package
+ (name "r-wdman")
+ (version "0.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "wdman" version))
+ (sha256
+ (base32
+ "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
+ (properties `((upstream-name . "wdman")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-assertthat" ,r-assertthat)
+ ("r-binman" ,r-binman)
+ ("r-processx" ,r-processx)
+ ("r-semver" ,r-semver)
+ ("r-yaml" ,r-yaml)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://docs.ropensci.org/wdman")
+ (synopsis
+ "'Webdriver'/'Selenium' Binary Manager")
+ (description
+ "There are a number of binary files associated with the
+'Webdriver'/'Selenium' project (see
+<http://www.seleniumhq.org/download/>,
+<https://sites.google.com/a/chromium.org/chromedriver/>,
+<https://github.com/mozilla/geckodriver>,
+<http://phantomjs.org/download.html> and
+<https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver>
+for more information). This package provides functions to download
+these binaries and to manage processes involving them.")
+ (license license:expat)))
--
2.17.1
next prev 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 ` Peter Lo [this message]
2020-06-27 11:48 ` [bug#42080] [PATCH 4/4] gnu: Add r-rselenium Peter Lo
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-3-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).