rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Knit PDF not working in R-ver:3.3.2 #41

Closed prashant182 closed 7 years ago

prashant182 commented 7 years ago

The error message is framed.sty not found. Tried to install it by sudo tlmgr update --self sudo tlmgr install framed. It should work, but It didn't.

cboettig commented 7 years ago

Are you using the rocker:verse:3.3.2 image? Knitting a pdf with RStudio's default pdf document template is working fine for me on that image. You mention r-ver in the title, note that latex isn't installed on the r-ver image so knitting to pdf is not going to work. If you want PDF to work out of the box, please use the verse image.

prashant182 commented 7 years ago

I am sorry, I meant R-verse when I said R-ver. I will try to remove the container and then try again. If I still have the same error, I will post a detailed error log.

cboettig commented 7 years ago

Okay, closing, but re-open if you can reproduce the error and include the details.