pandoc version 1.12.3 or higher is required and was not found (R shiny)

后端 未结 10 2669
轮回少年
轮回少年 2020-11-29 02:09

I have a problem generating a pdf report from my app shiny which is hosted on a server.

the app works fine but when I press the button to download the report, I get

10条回答
  •  独厮守ぢ
    2020-11-29 02:53

    I'm using Arch Linux, and RStudio as well.. the only thing that worked for me was:

    sudo pacman -S pandoc
    

    :)

提交回复
热议问题