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:
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')) |
Bug tracker:https://github.com/tidylab/r6p/issues
Pkgdown site:https://tidylab.github.io
Last updated 5 days agofrom:e1f55fcc27. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 22 2024 |
R-4.5-linux | OK | Dec 22 2024 |
Exports:AbstractRepositoryNullObjectSingletonValueObject
Dependencies:clicollectionscpp11dplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Null Object Pattern | NullObject |
Repository Pattern | AbstractRepository Repository |
Singleton | Singleton |
Value Object Pattern | ValueObject |