unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Todor Kondić via Guix-patches via <guix-patches@gnu.org>
To: "40101@debbugs.gnu.org" <40101@debbugs.gnu.org>
Subject: [bug#40101] [PATCH 2/3] gnu: Add r-getpass
Date: Tue, 17 Mar 2020 13:08:25 +0000	[thread overview]
Message-ID: <Df8xdNkjXPHMdLaDg4Bh63tUTvaQXXpk0aWmZ-2NbImFwS8n_4sZNYAYmQLBJ_eN-nj3KYBBZL0yTGBOny8E10WE4Q506_BlyDja9ISd4pM=@protonmail.com> (raw)
In-Reply-To: <0HD-jgnK1IoX44ACJuDfTEKl0iDqgtcVvhNk_Vxq3ULgY_-w2uDojCmYtBRcziY84KfTy4Fc6LxUPuJYt-iitM0U3cZ_DrsqCHB0sjl2GZk=@protonmail.com>

* gnu/packages/statistics.scm (r-getpass) : New variable.
---
 gnu/packages/statistics.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7e3b62c035..f161e6092e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5844,3 +5844,28 @@ various statistical analysis programs such as R, Julia, and JAGS.")
     (description
      "Utilities for secure password hashing via the argon2 algorithm.")
     (license license:bsd-2)))
+
+(define-public r-getpass
+  (package
+    (name "r-getpass")
+    (version "0.2-2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "getPass" version))
+        (sha256
+          (base32
+            "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
+    (properties `((upstream-name . "getPass")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-rstudioapi" ,r-rstudioapi)))
+    (home-page
+      "https://github.com/wrathematics/getPass")
+    (synopsis "Masked User Input")
+    (description
+      "This package provides a micro-package for reading \"passwords\", i.e.
+reading user input with masking, so that the input is not displayed as it is
+typed.  Currently, RStudio, the command line (every OS), and any platform
+where tcltk is present are supported.")
+    (license license:bsd-2)))
--
2.25.0

  parent reply	other threads:[~2020-03-17 13:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17 12:54 [bug#40101] [PATCH 0/3] gnu: Add r-remoter and its dependencies Todor Kondić via Guix-patches via
2020-03-17 13:06 ` [bug#40101] [PATCH 1/3] gnu: Add r-argon2 Todor Kondić via Guix-patches via
2020-03-17 13:08 ` Todor Kondić via Guix-patches via [this message]
2020-03-17 13:09 ` [bug#40101] [PATCH 3/3] gnu: Add r-remoter Todor Kondić via Guix-patches via
2020-03-25 19:48 ` bug#40101: [PATCH 0/3] gnu: Add r-remoter and its dependencies Leo Famulari

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='Df8xdNkjXPHMdLaDg4Bh63tUTvaQXXpk0aWmZ-2NbImFwS8n_4sZNYAYmQLBJ_eN-nj3KYBBZL0yTGBOny8E10WE4Q506_BlyDja9ISd4pM=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=40101@debbugs.gnu.org \
    --cc=tk.code@protonmail.com \
    /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).