R Markdown remote machine render

Hi, first time here. Is there a way to compile a local Rmd file into a remote machine? I work on a remote workstation but the R and Rmd scripts are in my laptop. I usually work connected via ssh, but I'm not able to rmarkdown::rendrer().

Thanks

rmarkdown::render() works with local file. This is not just its limitations, but also Pandoc which I don't think works over remote file. And pandoc does the conversion (also other tools like LaTeX if you target PDF for example).

So you would need to transfer over where R & R Markdown + its tooling is installed. Possibly ssh R package can help doing some wrappers.

Ok, thanks for the reply. I thought it could be possible because org-mode do this. I will take a look at the R package you suggested.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.