r-credentials
Tools for managing SSH and Git credentials
This package assists you in setting up and retrieving of HTTPS and SSH credentials for use with git and other services. For HTTPS remotes the package interfaces the git-credential utility which git uses to store HTTP usernames and passwords. For SSH remotes this package provides convenient functions to find or generate appropriate SSH keys. The package both helps the user to setup a local git installation, and also provides a back-end for git/ssh client libraries to authenticate with existing user credentials.
- Versions: 2.0.3
- Website: https://docs.ropensci.org/credentials/
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-credentials as follows:
guix install r-credentials
Or install a particular version:
guix install r-credentials@2.0.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of r-credentials about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-credentials'><img src='https://packages.guix.gnu.org/packages/r-credentials/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-credentials)
Example Org:
[[https://packages.guix.gnu.org/packages/r-credentials][https://packages.guix.gnu.org/packages/r-credentials/badges/latest-version.svg]]