r-gert 2.1.4
Simple Git client for R
This package provides a simple git client for R based on libgit2 with support for SSH and HTTPS remotes. All functions in gert use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line git through the git-credential
store and SSH keys stored on disk or ssh-agent.
- Outputs:
out
- Website: https://docs.ropensci.org/gert/
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-gert 2.1.4
as follows:
guix install r-gert@2.1.4
Or install the latest version:
guix install r-gert
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.