Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 506 Bytes

readme.md

File metadata and controls

30 lines (18 loc) · 506 Bytes

Synopsis

An R package that displays the grouped directed acyclic graph, developed for use in conjunction with datatrack.

(https://github.com/peichins/datatrack)

Installation

In R, if not already installed, install devtools package.

install.packages('devtools')

Then use devtools to install datatrack, dviewer and userinput from github

devtools::install_github("peichins/dviewer")

License

GPL-2

Versioning

This project uses semantic versioning

(http://semver.org/)