简体   繁体   中英

How to install the knitr-module in Lyx 2.0.3?

I just installed Lyx 2.0.3 on my iMac and MacBook Air. When trying to open a *.lyx document on the iMac I get the following error-message:

"The module knitr has been requested by this document but has not been found in the list of available modules. If you recently installed it, you probably need to reconfigure LyX."

On the MacBook Air everything runs fine without any errors.

Any ideas how to install the knitr-module manually?

Thanks

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 ):

改变lyx的路径

then reconfigure LyX.

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

R.home('bin')

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM