mkbouaziz / OrientR

OrientR is an API wrapper for OrientDB.
Apache License 2.0
1 stars 1 forks source link

Generate PDF of Rd files and out it to the repo #4

Open pmig opened 8 years ago

pmig commented 8 years ago

Hi @mkbouaziz ,

Do you already have some kind of build process to create the pdf and inlcude it to the repo?

Best, Philip

mkbouaziz commented 8 years ago

Hi @pmig , The command is: R CMD Rd2pdf OrientR/ and some packages have to be implemented before, like: 1-LaTeX 2-sudo apt-get install texinfo

pmig commented 8 years ago

I receive the error :

! LaTeX Error: File `inconsolata.sty' not found.

it happens that Rd2pdf is incompatible with R 3.2.3 MiKTeX 5.1 as described here:

http://markmail.org/search/?q=list%3Aorg.r-project.r-devel+inconsolata.sty#query:list%3Aorg.r-project.r-devel%20inconsolata.sty+page:1+mid:arxwlgn5jkvzpibd+state:results

A possible solution would be to use r-patched.

Ideally we could create a docker image to build the package / generate the documenation