mod - Lightweight and Self-Contained Modules for Code Organization
Creates modules inline or from a file. Modules can contain any R object and be nested. Each module have their own scope and package "search path" that does not interfere with one another or the user's working environment.
Last updated 5 years ago
datatypemodulemodulesprogramming
7.06 score 4 stars 1.1k scripts 161 downloadsQ7 - Types and Features for Object Oriented Programming
Construct message-passing style objects with types and features. Q7 types uses composition instead of inheritance in creating derived types, allowing definining any code segment as feature and associating any feature to any object. Compared to R6, Q7 is simpler, more flexible, and more friendly.
Last updated 3 years ago
5.10 score 5 stars 10 scripts 125 downloads