gnu: Add r-askpass.

* gnu/packages/cran.scm (r-askpass): New variable.
master
Ricardo Wurmus 2019-01-28 16:12:06 +01:00
parent 2b106a8d71
commit 9d3a467214
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 0 deletions

View File

@ -108,6 +108,27 @@ interrupts and timeouts. This provides the basis for a sandboxing
mechanism.")
(license license:expat)))
(define-public r-askpass
(package
(name "r-askpass")
(version "1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "askpass" version))
(sha256
(base32
"07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
(build-system r-build-system)
(propagated-inputs `(("r-sys" ,r-sys)))
(home-page "https://github.com/jeroen/askpass")
(synopsis "Safe password entry for R")
(description
"This package provides cross-platform utilities for prompting the user
for credentials or a passphrase, for example to authenticate with a server or
read a protected key.")
(license license:expat)))
(define-public r-vegan
(package
(name "r-vegan")