You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Types and Features for Object Oriented Programming
Version: 0.1.0.9000
Authors@R:
c(person("Siqi", "Zhang",
email = "iqis.gnahz@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2617-5776")),
person("Bayer HealthCare",
role = c("fnd")))
Description:
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.