Closed PaulaRS closed 8 years ago
Thanks for reporting the issue.
I have updated the test for iconv in the configure script in commit https://github.com/ropensci/git2r/commit/56b94690dbaad4130fd2aae25418ebd8b0b191ab. Could you please test to install from source using e.g.
git clone https://github.com/ropensci/git2r.git
R CMD INSTALL git2r
I think this is the same problem as in issue #216 which has been resolved. Please open the issue again if the installation still fails.
I used:
git clone https://github.com/ropensci/git2r.git R CMD INSTALL git2r
and it works now. Thank you!
I've tried to install git2R via R and via clone and I always get the same error:
There is a problem with iconv_open. I also installed iconv via Macports and Brew, I tried the following command but I get the same error has above:
Thank you Paula