forked from iqis/Q7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 918 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.6.0)
Imports:
magrittr
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
URL: https://henninglorenzen-ext-bayer.github.io/Q7/,
https://github.com/iqis/Q7