[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/215: gnu: Add r-base64url.
From: |
guix-commits |
Subject: |
02/215: gnu: Add r-base64url. |
Date: |
Sun, 5 May 2019 18:15:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 72032c9d5f5ab1a1b6892d1b1685255f68844057
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:13:11 2019 +0200
gnu: Add r-base64url.
* gnu/packages/cran.scm (r-base64url): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1cf0a59..29d6e33 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4427,6 +4427,33 @@ files.")
environment within Shiny.")
(license license:expat)))
+(define-public r-base64url
+ (package
+ (name "r-base64url")
+ (version "1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "base64url" version))
+ (sha256
+ (base32
+ "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-backports" ,r-backports)))
+ (home-page "https://github.com/mllg/base64url")
+ (synopsis "Fast and URL-safe base64 encoder and decoder")
+ (description
+ "This package provides a URL-safe base64 encoder and decoder. In
+contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
+the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
+encoder does not fill the string with trailing @code{=}. The resulting
+encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
+and thus are safe to use in URLs or for file names. The package also comes
+with a simple base32 encoder/decoder suited for case insensitive file
+systems.")
+ (license license:gpl3)))
+
(define-public r-radiant-data
(package
(name "r-radiant-data")
- branch master updated (123e424 -> 85c1d20), guix-commits, 2019/05/05
- 02/215: gnu: Add r-base64url.,
guix-commits <=
- 03/215: gnu: Add r-biocsingular., guix-commits, 2019/05/05
- 12/215: gnu: r-units: Update to 0.6-3., guix-commits, 2019/05/05
- 01/215: guix: Update to Bioconductor 3.9., guix-commits, 2019/05/05
- 05/215: gnu: Add r-grimport2., guix-commits, 2019/05/05
- 06/215: gnu: Add r-scrime., guix-commits, 2019/05/05
- 04/215: gnu: Add r-rcpphnsw., guix-commits, 2019/05/05
- 07/215: gnu: Add r-blme., guix-commits, 2019/05/05
- 11/215: gnu: Add r-dqrng., guix-commits, 2019/05/05
- 10/215: gnu: Add r-sitmo., guix-commits, 2019/05/05
- 08/215: gnu: Add r-batchtools., guix-commits, 2019/05/05