How to install the knitr-module in Lyx 2.0.3?

南笙酒味 提交于 2019-12-03 03:32:55

The only requirement of the knitr module in LyX is R: you have to make sure the executable Rscript is in your PATH; you can test it by:

which Rscript

If you see the path to Rscript, you are ready to go (Tools-->Reconfigure); otherwise you have to tell LyX where is Rscript (add the path to PATH prefix):

then reconfigure LyX.

You can get the path to Rscript by executing this in R:

R.home('bin')
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!