-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate use of Rnw2Rmd #45
Comments
@LiNk-NY Do you think it would be possible to have @BerylKanali help with the automations or it's something we could work on together? It's something @mtmorgan also brought up in #35 and it would benefit the project. |
The Rnw syntax is expansive and this package does not perform a complete translation but it works for simple vignettes like that in Yes, certainly Beryl can contribute. Pull requests are welcome. |
We currently use pandoc to automate some of the process. It's not perfect, but that's why we wanted to create lua filters as Martin had also suggested to us. I think we're doing or will be doing similar work. |
Ah I see, perhaps we can create a repository with all the lua filters. |
A Lua filter for BiocStyle commands and Sweave code chunks |
Let's evaluate if we can use https://github.com/LiNk-NY/Rnw2Rmd for conversions. We could do this a few ways, perhaps taking performing a conversion on an Rnw we've done before and comparing that to the method suggested by Martin to see which is closer to the final .Rmd. It might also be valuable to look at the conversion of a complex vignette.
The text was updated successfully, but these errors were encountered: