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 2/4] gnu: Add r-binman.
Date: Sat, 27 Jun 2020 19:48:21 +0800	[thread overview]
Message-ID: <20200627114823.10738-2-peterloleungyau@gmail.com> (raw)
In-Reply-To: <20200627114823.10738-1-peterloleungyau@gmail.com>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 218071e891..88e84d5866 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22352,3 +22352,34 @@ semantic version strings.  Semantic versioning is a simple set of
 rules and requirements that dictate how version numbers are assigned
 and incremented as outlined at <http://semver.org>.")
     (license license:expat)))
+
+(define-public r-binman
+  (package
+    (name "r-binman")
+    (version "0.1.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "binman" version))
+        (sha256
+          (base32
+            "0hm0h285p4v9lhrqjy8s22f1s1vmfpfla5iaycpj8vw3qb3632az"))))
+    (properties `((upstream-name . "binman")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-assertthat" ,r-assertthat)
+        ("r-httr" ,r-httr)
+        ("r-jsonlite" ,r-jsonlite)
+        ("r-rappdirs" ,r-rappdirs)
+        ("r-semver" ,r-semver)
+        ("r-xml2" ,r-xml2)
+        ("r-yaml" ,r-yaml)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/ropensci/binman")
+    (synopsis "A Binary Download Manager")
+    (description
+      "Tools and functions for managing the download of binary files.
+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)))
-- 
2.17.1





  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   ` Peter Lo [this message]
2020-06-27 11:48   ` [bug#42080] [PATCH 3/4] gnu: Add r-wdman Peter Lo
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-2-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).