git2r icon indicating copy to clipboard operation
git2r copied to clipboard

R bindings to the libgit2 library

Results 94 git2r issues
Sort by recently updated
recently updated
newest added

``` R version 4.2.2 (2022-10-31) -- "Innocent and Trusting" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: powerpc-apple-darwin10.8.0 (32-bit) R is free software and comes with ABSOLUTELY NO...

I was looking to write an RStudio extension to help my colleages with some more advanced git use - namely subtree add etc, my first thought was to use `sys`...

Hi, I try to use `{git2r}` to clone a repository. But I encountered an issue: ``` r > library("git2r") > git_dir clone("https://github.com/ropensci/antiword", git_dir) cloning into 'C:\Users\UTZK0M\AppData\Local\Temp\RtmpK6C6dF/antiword'... Error in clone("https://github.com/ropensci/antiword", git_dir)...

hi @stewid I got an email from CRAN today, which says that it plans to move git2r to the Archive, if there is no update before Oct 29. Do you...