README.md

dependency

Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.Travis-CI Build Status codecov.io

NOTE This repository has been abandoned because of lack of time to develop it. Similar ideas have been developed elsewhere with better success see for example:

A package to make dependency graphs of bunchs of scripts. Imagine you have a series of scripts depending on each other, producing several outputs, dependency lets you follow the dependencies.

Package Install

devtools::install_github("Rekyt/dependency")

Exported functions

For the moment the only exported function is list_R_files() that looks into a given path or series of path for .R files.

/!\ Note

dependency is conceived as a very simple and usable package on tightly written scripts; with explicit package loading and scripts sourcing. It does not evaluate the network of dependencies by evaluating the scripts but rather by scraping them.



Rekyt/dependency documentation built on May 9, 2019, 9:37 a.m.