ooplah - Helper Functions for Class Object-Oriented Programming
Helper functions for coding object-oriented programming with a focus on R6. Includes functions for assertions and testing, looping, and re-usable design patterns including Abstract and Decorator classes.
Last updated 3 years ago
design-patternsoop
4.26 score 6 stars 2 dependents 671 downloadsR62S3 - Automatic Method Generation from R6
After defining an R6 class, R62S3 is used to automatically generate optional S3/S4 generics and methods for dispatch. Also allows piping for R6 objects.
Last updated 3 years ago
dispatchobject-oriented-programmingoop
4.19 score 31 stars 1 scripts 278 downloadsdictionar6 - R6 Dictionary Interface
Efficient object-oriented R6 dictionary capable of holding objects of any class, including R6. Typed and untyped dictionaries are provided as well as the 'usual' dictionary methods that are available in other OOP languages, for example listing keys, items, values, and methods to get/set these.
Last updated 3 years ago
3.78 score 4 stars 1 dependents 1 scripts 620 downloads