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.

Getting started

Package details

AuthorHarel Lustiger [aut, cre] (<https://orcid.org/0000-0003-2953-9598>), Tidylab [cph, fnd]
MaintainerHarel Lustiger <tidylab@gmail.com>
LicenseMIT + file LICENSE
Version0.3.0
URL https://tidylab.github.io/R6P/ https://github.com/tidylab/R6P
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("R6P")

Try the R6P package in your browser

Any scripts or data that you put into this service are public.

R6P documentation built on Oct. 3, 2022, 1:05 a.m.