richiverse / portableR

R Statistics ready to run in x86 Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Affero General Public License v3.0


Languages

Language:C++ 91.2%Language:R 8.0%Language:TeX 0.3%Language:HTML 0.2%Language:C 0.2%Language:CSS 0.0%Language:Makefile 0.0%Language:Shell 0.0%