1Package: askpass
2Type: Package
3Title: Safe Password Entry for R, Git, and SSH
4Version: 1.1
5Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"),
6    email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289"))
7Description: Cross-platform utilities for prompting the user for credentials or a
8    passphrase, for example to authenticate with a server or read a protected key.
9    Includes native programs for MacOS and Windows, hence no 'tcltk' is required.
10    Password entry can be invoked in two different ways: directly from R via the
11    askpass() function, or indirectly as password-entry back-end for 'ssh-agent'
12    or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.
13    Thereby the user can be prompted for credentials or a passphrase if needed
14    when R calls out to git or ssh.
15License: MIT + file LICENSE
16URL: https://github.com/jeroen/askpass#readme
17BugReports: https://github.com/jeroen/askpass/issues
18Encoding: UTF-8
19LazyData: true
20Imports: sys (>= 2.1)
21RoxygenNote: 6.1.1
22Suggests: testthat
23Language: en-US
24NeedsCompilation: yes
25Packaged: 2019-01-13 12:08:17 UTC; jeroen
26Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
27Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
28Repository: CRAN
29Date/Publication: 2019-01-13 12:50:03 UTC
30