Multiple inheritance for R6 classes
问题 Actual question What are my options to workaround the fact that R6 does not support multiple inheritance? Disclaimer I know that R is primarily a functional language. However, it does also have very powerful object-orientation built in. Plus: I don't see what's wrong with mimicking OOD principles/behavior when you know you're prototyping for an object-oriented language such as C#, Java, etc. your prototypes of apps need to be self-sufficient ("full stack" including DB-backends, business logic