Skip to content

R package for managing and viewing dependencies between data generated in a workflow

Notifications You must be signed in to change notification settings

peichins/datatrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Datatrack is a prototype R package provides wrapper read and write functions that allow specification of data dependencies, parameters and annotations. It can help manage generated data and assist in choosing data that is being read into R by showing a visualization of the dependency graph.

It should be used in conjunction with the dviewer and userinput R packages.

(https://github.com/peichins/dviewer) (https://github.com/peichins/userinput)

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")
devtools::install_github("peichins/userinput")
devtools::install_github("peichins/datatrack")

License

GPL-2

Versioning

This project uses semantic versioning

(http://semver.org/)

About

R package for managing and viewing dependencies between data generated in a workflow

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages