ucl-ihi / CodeClub

Repository for all things IHI CodeClub
https://ucl-ihi.github.io/CodeClub/
3 stars 5 forks source link

render rmarkdown #16

Closed selinapatel1 closed 5 years ago

selinapatel1 commented 5 years ago

In the UCL data safe haven rmarkdown::render("test.R") is throwing error:

(InvalidDestinationHost "") Error: pandoc document conversion failed with error 61

I have been testing it on a document containing only:

' ---

' title: "test"

' author: "University College London"

' date: " "

' output: pdf_document

'

' ---

Any advice?

selinapatel1 commented 5 years ago

Solved!

.libPath( ) not set correctly

oops