Package: Q7
Title: Types and Features for Object Oriented Programming
Version: 0.1.0
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 defining any code segment as feature and associating any feature to any object. Compared to R6, Q7 is simpler and more flexible, and is more friendly in syntax.  
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: magrittr
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-11-23 14:20:23 UTC; ELATI
Author: Siqi Zhang [aut, cre] (<https://orcid.org/0000-0003-2617-5776>),
  Bayer HealthCare [fnd]
Maintainer: Siqi Zhang <iqis.gnahz@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-25 10:00:06 UTC
Built: R 4.6.0; ; 2025-07-18 04:44:46 UTC; unix
