Package: Q7 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. License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.1.1 Depends: R (>= 3.6.0) Imports: magrittr Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Repository: https://iqis.r-universe.dev Date/Publication: 2026-04-28 00:44:58 UTC RemoteUrl: https://github.com/iqis/q7 RemoteRef: HEAD RemoteSha: 4c3a5ad3c8ecb1f5df4dddf15565e27c1368cc14 NeedsCompilation: no Packaged: 2026-07-05 00:50:54 UTC; root Author: Siqi Zhang [aut, cre] (ORCID: ), Bayer HealthCare [fnd] Maintainer: Siqi Zhang