0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Clean messy R code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 10.0

Runtime

>= 2.1.0
>= 0.5.3
>= 2.0.3
 Project Readme

Encapsulator

DOI

Installation

gem install encapsulator

Building from source

Fedora 25

$ sudo dnf install ruby
$ gem install encapsulator
$ encapsulator --install fedora
$ encapsulator -h

Ubuntu

$ sudo apt install ruby
$ gem install encapsulator
$ encapsulator --install ubuntu
$ encapsulator -h

MacOS

$ brew install ruby
$ gem install encapsulator
$ encapsulator --install mac
$ encapsulator -h

USAGE

# see
$ encapsulator -h
--version display encapsulator version
--info <path to R script> display information about the R script
--jpg [--all] <path to R script> output graph as jpg
--png [--all] <path to R script> output graph as png
--svg [--all] <path to R script> output graph as svg
--code <path to R script> <output> [output] ... [output] create the source necessary to generate the specified output
--run <path to R script> run the provided r script
--encapsulate <user>/<project> <script> <output> [output] ... [output] create the specified capsule
--decapsulate <user>/<project> download the coresponding capsule