Package: R6P 0.4.0

Harel Lustiger

R6P: Design Patterns in R

Build robust and maintainable software with object-oriented design patterns in R. Design patterns abstract and present in neat, well-defined components and interfaces the experience of many software designers and architects over many years of solving similar problems. These are solutions that have withstood the test of time with respect to re-usability, flexibility, and maintainability. 'R6P' provides abstract base classes with examples for a few known design patterns. The patterns were selected by their applicability to analytic projects in R. Using these patterns in R projects have proven effective in dealing with the complexity that data-driven applications possess.

Authors:Harel Lustiger [aut, cre], Tidylab [cph, fnd]

R6P_0.4.0.tar.gz
R6P_0.4.0.tar.gz(r-4.5-noble)R6P_0.4.0.tar.gz(r-4.4-noble)
R6P_0.4.0.tgz(r-4.4-emscripten)R6P_0.4.0.tgz(r-4.3-emscripten)
R6P.pdf |R6P.html
R6P/json (API)
NEWS

# Install 'R6P' in R:
install.packages('R6P', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/tidylab/r6p/issues

Pkgdown site:https://tidylab.github.io

2.88 score 5 packages 2 scripts 342 downloads 4 exports 22 dependencies

Last updated 5 days agofrom:e1f55fcc27. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKDec 22 2024
R-4.5-linuxOKDec 22 2024

Exports:AbstractRepositoryNullObjectSingletonValueObject

Dependencies:clicollectionscpp11dplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr

Readme and manuals

Help Manual

Help pageTopics
Null Object PatternNullObject
Repository PatternAbstractRepository Repository
SingletonSingleton
Value Object PatternValueObject