dfci-cccb/injectoR: R Dependency Injection

R dependency injection framework. Dependency injection allows a program design to follow the dependency inversion principle. The user delegates to external code (the injector) the responsibility of providing its dependencies. This separates the responsibilities of use and construction.

Getting started

Package details

AuthorLev Kuznetsov
MaintainerLev Kuznetsov <levk@jimmy.harvard.edu>
LicenseLGPL (>= 3)
Version0.2.4
URL https://github.com/dfci-cccb/injectoR
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dfci-cccb/injectoR")
dfci-cccb/injectoR documentation built on May 15, 2019, 5:12 a.m.