Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yihui/lyx-r
support for R in LyX (Sweave and knitr, ...)
https://github.com/yihui/lyx-r
Last synced: about 2 months ago
JSON representation
support for R in LyX (Sweave and knitr, ...)
- Host: GitHub
- URL: https://github.com/yihui/lyx-r
- Owner: yihui
- Created: 2011-11-09T05:48:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T19:11:53.000Z (almost 9 years ago)
- Last Synced: 2024-05-12T08:40:25.908Z (7 months ago)
- Language: R
- Homepage: http://yihui.name/knitr/demo/lyx/
- Size: 45.9 KB
- Stars: 28
- Watchers: 9
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Support Files for Using R in LyX
This repository provides some (unofficial) support files for using R with LyX.
## The `scripts` directory
- `lyxknitr.R` is for the [**knitr** package](http://yihui.name/knitr) (it has already been included in official LyX, so you do not actually need it)
## The `examples` directory
Aside from the official manual of Sweave in LyX, which is an example file itself, I have a few other examples demonstrating how to use Sweave with beamer in LyX, and how to use **knitr**.
## Other files
- `add-R-path-win.R` is a dirty R script to help Windows users who are reluctant to learn what is the `PATH` variable add the bin path of R to the `PATH` variable of the system (use with care; I have no guarantee).
## Downloads
Usually I do not put binary files under version control (in GIT), so I upload them separately at https://bitbucket.org/stat/lyx/downloads
## Contributions? Comments?
I'd love to include more contributions from LyX/Sweave users; please feel free to email me or open [an issue](https://github.com/yihui/lyx/issues) here if you have any requests, comments or questions.