Type: Package Package: gert Title: Simple Git Client for R Version: 2.3.1.9000 Authors@R: c( person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")), person("Jennifer", "Bryan", role = "ctb", email = "jenny@posit.co", comment = c(ORCID = "0000-0002-6983-2759"))) Description: 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. License: MIT + file LICENSE URL: https://docs.ropensci.org/gert/, https://ropensci.r-universe.dev/gert BugReports: https://github.com/r-lib/gert/issues Imports: askpass, credentials (>= 1.2.1), openssl (>= 2.0.3), rstudioapi (>= 0.11), sys, zip (>= 2.1.0) Suggests: spelling, knitr, rmarkdown, testthat, roxygen2 VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) SystemRequirements: libgit2 (>= 1.0): libgit2-devel (rpm) or libgit2-dev (deb) Language: en-US Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libgit2-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-01 11:58:27 UTC RemoteUrl: https://github.com/r-lib/gert RemoteRef: main RemoteSha: a407a09d435e7951bf1a6a18716be55b1e4e25f4 NeedsCompilation: yes Packaged: 2026-07-01 08:27:51 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), Jennifer Bryan [ctb] (ORCID: ) Maintainer: Jeroen Ooms