Commit a8af3e02841dea19581021529870f16a69f436ea

Vicent Marti 2014-05-14T12:18:57

Merge pull request #2348 from stewid/add-link-R-bindings Add R bindings to the README

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 8dd0734..b60e8a2 100644
--- a/README.md
+++ b/README.md
@@ -189,6 +189,8 @@ Here are the bindings to libgit2 that are currently available:
     * GitPowerShell <https://github.com/ethomson/gitpowershell>
 * Python
     * pygit2 <https://github.com/libgit2/pygit2>
+* R
+    * git2r <https://github.com/ropensci/git2r>
 * Ruby
     * Rugged <https://github.com/libgit2/rugged>
 * Vala