Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 15, 2019 8:27PM
Likes: 0
Replies: 2
Hi, everyone.
I faced error when "FORCE BUILD" button on "Rmarkdown report" clicked.
Error message shows following.
Would you please help me how to solve this issues?
It seems that pandoc need to be update but I couldn't find out how to update pandoc in this environment...
This environment is running on AWS EC2 server (Amazon Linux AMI release 2018.03).
Best regards.
Thank you.
I resolved this question myself in following way.
For person who facing same issue I explain how to resolve this issue.
====
Environment: AWS EC2 Amazon Linux 2018.3
1. Install stack (Haskell based)
https://docs.haskellstack.org/en/stable/install_and_upgrade/#linux
2. Download pandoc from source code.
3. Compiling from pandoc source code.
https://pandoc.org/installing.html#compiling-from-source
*Note*
Sample code in above documents.
====
Best regards.
Thank you.
Has anyone figured out how to get rmarkdown working on Macintosh? I see that pandoc is required. However, because I'm on a Macintosh I'm not clear what is the best way to install this.
--Tom