Skip to content

Instantly share code, notes, and snippets.

View nxskok's full-sized avatar

Ken Butler nxskok

View GitHub Profile
@lgatto
lgatto / rnw2rmd.pl
Last active December 18, 2023 05:03
Convert Rnw to Rmd
#!/usr/bin/perl
## Based on convert.txt by Mike Love
## https://gist.github.com/mikelove/5618f935ace6e389d3fbac03224860cd
## The script ignores labels and references, un-numbered sections
## (section*), quotes and probably a couple of more. It won't deal
## with the pre-amble, bibliography and document tags either. Still
## useful, though.