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

后端 未结 10 2680
轮回少年
轮回少年 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:50

    For those not using RStudio, you may just need to install pandoc on your system. For me it was

    sudo pacman -S pandoc
    

    and it worked (Arch Linux).

提交回复
热议问题