Package: askpass Type: Package Title: Password Entry Utilities for R, Git, and SSH Version: 1.2.1 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")) Description: Cross-platform utilities for prompting the user for credentials or a passphrase, for example to authenticate with a server or read a protected key. Includes native programs for MacOS and Windows, hence no 'tcltk' is required. Password entry can be invoked in two different ways: directly from R via the askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user can be prompted for credentials or a passphrase if needed when R calls out to git or ssh. License: MIT + file LICENSE URL: https://r-lib.r-universe.dev/askpass BugReports: https://github.com/r-lib/askpass/issues Encoding: UTF-8 Imports: sys (>= 2.1) RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Suggests: testthat Language: en-US Repository: https://r-lib.r-universe.dev Date/Publication: 2024-10-03 18:18:37 UTC RemoteUrl: https://github.com/r-lib/askpass RemoteRef: HEAD RemoteSha: 69c659d8a15721d66ad6468b35dcd7c2758c3ee7 NeedsCompilation: yes Packaged: 2026-06-23 16:13:48 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms