ropensci / pdftools

Text Extraction, Rendering and Converting of PDF Documents
https://docs.ropensci.org/pdftools
Other
513 stars 69 forks source link

Error loading pdftools #94

Closed pathmes closed 3 years ago

pathmes commented 3 years ago

I get the following error message when I try library(pdftools)

Error: package or namespace load failed for ‘pdftools’: .onLoad failed in loadNamespace() for 'pdftools', details: call: set_poppler_data(datapath) error: function 'Rcpp_precious_remove' not provided by package 'Rcpp'

Tried a fresh install of pdftools and restarted R and RStudio a couple of times

jeroen commented 3 years ago

You need to update rcpp

Op do 15 jul. 2021 12:31 schreef Pathmeswaran @.***>:

I get the following error message when I try library(pdftools)

Error: package or namespace load failed for ‘pdftools’: .onLoad failed in loadNamespace() for 'pdftools', details: call: set_poppler_data(datapath) error: function 'Rcpp_precious_remove' not provided by package 'Rcpp'

Tried a fresh install of pdftools and restarted R and RStudio a couple of times

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ropensci/pdftools/issues/94, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABUZ76XO3VS4X7JQTGOLVDTX22HZANCNFSM5ANIIRIA .

pathmes commented 3 years ago

Thank you for the prompt response. Solved.