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. On Linux, a somewhat recent version of 'libgit2'
is required; we provide a 'PPA' for older Ubuntu 'LTS' versions.
Version: |
1.0.2 |
Imports: |
askpass, credentials (≥ 1.2.1), openssl (≥ 1.4.1), rstudioapi (≥ 0.11), zip (≥ 2.1.0) |
Suggests: |
spelling, knitr, rmarkdown, testthat |
Published: |
2020-11-12 |
Author: |
Jeroen Ooms [aut,
cre],
Jennifer Bryan
[ctb] |
Maintainer: |
Jeroen Ooms <jeroen at berkeley.edu> |
BugReports: |
https://github.com/r-lib/gert/issues |
License: |
MIT + file LICENSE |
URL: |
https://docs.ropensci.org/gert/ (website),
https://github.com/r-lib/gert (devel), https://libgit2.org
(upstream) |
NeedsCompilation: |
yes |
SystemRequirements: |
libgit2 (>= 0.26): libgit2-devel (rpm) or
libgit2-dev (deb). A PPA is available for older Ubuntu LTS
versions. |
Language: |
en-US |
Materials: |
NEWS |
CRAN checks: |
gert results |