# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "R6" in publications use:' type: software license: MIT title: 'R6: Encapsulated Classes with Reference Semantics' version: 2.5.1.9000 doi: 10.32614/CRAN.package.R6 identifiers: - type: url value: https://github.com/r-lib/R6/ abstract: Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages. authors: - family-names: Chang given-names: Winston email: winston@posit.co repository: https://r-lib.r-universe.dev repository-code: https://github.com/r-lib/R6 commit: ecaf98b44a469def0e22b71ac69e0a2a28d6caf2 url: https://r6.r-lib.org contact: - family-names: Chang given-names: Winston email: winston@posit.co