Commit 562516ecebeefa89595b23c5aa559551a8bb7c56

Stefan Widgren 2014-05-13T22:43:59

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