LukasWallrich / citationProfileR

An R Shiny app to analyse the diversity of academic reference lists
Other
2 stars 0 forks source link

Extract citations from PDF files #23

Closed abeltranandrade closed 1 year ago

abeltranandrade commented 1 year ago

This function uses GROBID api in order to detect and extract citations from PDF files. It passes all CMD checks (except those already on the Rbuildignore but hopefully the GitHub CMD check will show they are addressed). There are also elementary tests that could be built upon in the future.

abeltranandrade commented 1 year ago

For some reason, I am merging with an old version of the main. My hypothesis is that I had not pulled the main branch in my local machine in a long time and it thought that was the most updated version. Gonna see if that was the error