Re: [R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5

2016-12-27 Thread Christofer Bogaso
I fix one problem and another problem pops up. After fixing default locale, I am getting below error when I try loading pdftools : > install.packages('/Users/ARR/pdftools_1.0.tgz', repos = NULL) > library(pdftools) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object

Re: [R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5

2016-12-27 Thread Jeroen Ooms
On Tue, Dec 27, 2016 at 8:09 PM, Christofer Bogaso 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:

Re: [R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5

2016-12-27 Thread Christofer Bogaso
It giving below error :( > install.packages('/Users/ARR/pdftools_1.0.tgz', repos = NULL) tar: Failed to set default locale On Wed, Dec 28, 2016 at 12:35 AM, Jeroen Ooms wrote: > On Tue, Dec 27, 2016 at 7:27 PM, Christofer Bogaso > wrote:

Re: [R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5

2016-12-27 Thread Jeroen Ooms
On Tue, Dec 27, 2016 at 7:27 PM, Christofer Bogaso wrote: > > I have installed poppler as instructed in below site. However, not > libpoppler. Let me know if I need to install libpoppler as well, in > that case appreciate any pointer how should I install. No that's

Re: [R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5

2016-12-27 Thread Christofer Bogaso
Hi, I have installed poppler as instructed in below site. However, not libpoppler. Let me know if I need to install libpoppler as well, in that case appreciate any pointer how should I install. I know my Mac version is old now, right now I am not in a position to get the most recent version.

Re: [R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5

2016-12-27 Thread Jeroen Ooms
How did you install libpoppler? Such errors typically appear when you link to a shared library which was built with another (incompatible) compiler than the one you use for compiling R packages. Note that Mac lion 10.7.5 has been deprecated for 2 over two years; upgrading your OS is highly

[R-SIG-Mac] Could not install Package:pdftools in Mac lion 10.7.5

2016-12-27 Thread Christofer Bogaso
Hi, I am trying to install "pdftools" package in R from source, however could not succeeded due to following error. Source file is downloaded from https://cran.r-project.org/web/packages/pdftools/index.html Appreciate for any pointer how to install it properly. I am using R version 3.2.1