Package: askpass 1.2.1

Image

Jeroen Ooms

askpass: Password Entry Utilities for R, Git, and SSH

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.

Authors:Jeroen Ooms [aut, cre]

askpass_1.2.1.tar.gz
askpass_1.2.1.zip(r-4.6)askpass_1.2.1.zip(r-4.5)askpass_1.2.1.zip(r-4.4)
askpass_1.2.1.tgz(r-4.6-x86_64)askpass_1.2.1.tgz(r-4.6-arm64)askpass_1.2.1.tgz(r-4.5-x86_64)askpass_1.2.1.tgz(r-4.5-arm64)
askpass_1.2.1.tar.gz(r-4.6-arm64)askpass_1.2.1.tar.gz(r-4.6-x86_64)askpass_1.2.1.tar.gz(r-4.5-arm64)askpass_1.2.1.tar.gz(r-4.5-x86_64)
askpass_1.2.1.tgz(r-4.5-emscripten)
askpass.pdf |askpass.html
askpass/json (API)
NEWS

# Install 'askpass' in R:
install.packages('askpass', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-lib/askpass/issues

On CRAN:

Conda:

12.76 score 88 stars 4.9k packages 102 scripts 864k downloads 2 exports 1 dependencies

Last updated from:69c659d8a1. Checks:13 OK. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-arm64OK121
linux-devel-x86_64OK110
source / vignettesOK153
linux-release-arm64OK112
linux-release-x86_64OK102
macos-devel-arm64OK128
macos-devel-x86_64OK160
macos-release-arm64OK73
macos-release-x86_64OK171
windows-develOK87
windows-releaseOK121
windows-oldrelOK129
wasm-releaseOK94

Exports:askpassssh_askpass

Dependencies:sys

  • Image