This package browser is in early development. Mind the rough edges.

r-gert 2.0.1

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.

Installation

Install r-gert 2.0.1 as follows:

guix install r-gert@2.0.1

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.