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

r-gert

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 the latest version of r-gert as follows:

guix install r-gert

Or install a particular version:

guix install r-gert@2.1.4

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-gert about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-gert'><img src='https://packages.guix.gnu.org/packages/r-gert/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-gert/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-gert)

Example Org:

[[https://packages.guix.gnu.org/packages/r-gert][https://packages.guix.gnu.org/packages/r-gert/badges/latest-version.svg]]