Issues installing PDFTools in R

396 Views Asked by At

Error installing package pdftools in R server

This is directly related to this one.

The first half of the error message I get when I try to install pdftools as is such

   rm -f RcppExports.o bindings.o pdftools.dll
   "C:/Users/someone/AppData/Local/Programs/R/R-42~1.1/bin/x64/Rscript.exe" 
   "../tools/winlibs.R" 22.04.0
   Error in download.file(sprintf("https://github.com/rwinlib/poppler/archive/v%s.zip",  : 
    cannot open URL 'https://github.com/rwinlib/poppler/archive/v22.04.0.zip'
   In addition: Warning message:
   In download.file(sprintf("https://github.com/rwinlib/poppler/archive/v%s.zip",  :
   URL 'https://codeload.github.com/rwinlib/poppler/zip/refs/tags/v22.04.0': status was 'SSL 
   connect error'
   Execution halted

Not sure what to do, I decided to put the second link listed into the browser, https://codeload.github.com/rwinlib/poppler/zip/refs/tags/v22.04.0. As a result, a zip file titled, "poppler-22.04.0" was downloaded. What do I do with this?

0

There are 0 best solutions below