Skip to content

R6P

Design Patterns in R

v0.4.0 · Dec 22, 2024 · MIT + file LICENSE

Description

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.

Downloads

496

Last 30 days

7935th

1.4K

Last 90 days

6.6K

Last year

Trend: +3.8% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (3)

imports

Dependency Network

Dependencies Reverse dependencies collections dplyr stringr R6 tibble tidyr BKTR PTXQC rmzqc R6P

Version History

new 0.4.0 Mar 10, 2026
updated 0.4.0 ← 0.3.0 diff Dec 21, 2024
updated 0.3.0 ← 0.2.2 diff Oct 1, 2022
updated 0.2.2 ← 0.2.0 diff Aug 2, 2021
updated 0.2.0 ← 0.1.1 diff Jan 31, 2021
new 0.1.1 Jan 18, 2021