Project

rubydown

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
rubydown is R Markdown clone for Rubyists.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0
~> 3.3

Runtime

= 0.1.2.dev
~> 0.2
~> 2.1
~> 1.0.0
~> 0.2.4
~> 0.9.1
~> 0.1.2
 Project Readme

rubydown

CircleCI Build status

rubydown is pure-Ruby R Markdown clone. It takes a markdown source file, executes the code chunks, captures the output, and stitches the output into the destination file.

Python also has R Markdown like packages. If you have interest about making reproducible reports, please also refer to the following projects.

https://github.com/jankatins/knitpy
https://github.com/pystitch/stitch
https://github.com/danijar/handout

Install

sudo apt install gnuplot # When you use numo-gnuplot with rubydown

sudo apt install python3-pip # When you use charty with rubydown
sudo python3 -m pip install -U pip matplotlib # When you use charty with rubydown

gem install rubydown

Usage (example with rumale and rdatasets)

gem install rumale rdatasets
git clone git://github.com/RubyData/rubydown
cd rubydown/examples
rubydown -i rumale.md