Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install pdftools 1.8 in Windows #123

Open
stevendavis opened this issue Mar 30, 2023 · 0 comments
Open

Install pdftools 1.8 in Windows #123

stevendavis opened this issue Mar 30, 2023 · 0 comments

Comments

@stevendavis
Copy link

Question.
How can install a pre-built binary version of pdftools 1.8 for Windows? I need the old version to match the behavior of the 1.8 version installed in our production Linux servers.

I tried this:

install.packages("devtools")
require(devtools)
install_version("pdftools", version = "1.8")

With this response:

Error in download.file(sprintf("https://github.com/rwinlib/poppler/archive/v%s.zip",  :
  cannot open URL 'https://github.com/rwinlib/poppler/archive/v0.61.0.zip'
In addition: Warning message:
In download.file(sprintf("https://github.com/rwinlib/poppler/archive/v%s.zip",  :
  URL 'https://github.com/rwinlib/poppler/archive/v0.61.0.zip': status was 'SSL connect error'
Execution halted

I'm new to R and have a poor understanding of R packaging. Any suggestions appreciated.

If it matters, I'm running R version 4.2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant