[R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5
Jeroen Ooms
jeroen.ooms at stat.ucla.edu
Tue Dec 27 20:21:17 CET 2016
On Tue, Dec 27, 2016 at 8:09 PM, Christofer Bogaso
<bogaso.christofer at gmail.com> wrote:
> It giving below error :(
>
>> install.packages('/Users/ARR/pdftools_1.0.tgz', repos = NULL)
> tar: Failed to set default locale
I think that is an unrelated problem on your system. See:
http://stackoverflow.com/questions/3907719/how-to-fix-tar-failed-to-set-default-locale-error
But if you didn't get any other error the installation might have
succeeded? Try loading the package:
library(pdftools)
If that works you might be OK.
More information about the R-SIG-Mac
mailing list