Skip to content

richiverse/portableR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portableR

Is a version of R statistics that have all their static libraries within the same folder, this lets run in x86_64 computers. It’s useful when you don’t have access as root to install packages. This project is aimed to run in web servers to build microservices (AWS Lambda) that require R to process data, png chart generation, etc.

Homepage

http://nafiux.github.io/portableR/

Usage

./run.sh
library(pdftools)
wdir = 'working/directory/with/pdfs'
ifile = 'the-pdf-fle.pdf'
txt <- pdf_text(paste(wdir, ifile))
write.csv(txt, file=paste(wdir, ifile, '_converted.csv'))

About

R Statistics ready to run in x86 Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.3%
  • R 8.0%
  • TeX 0.3%
  • HTML 0.2%
  • C 0.2%
  • CSS 0.0%