# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "constructive" in publications use:' type: software license: MIT title: 'constructive: Display Idiomatic Code to Construct Most R Objects' version: 1.0.1 doi: 10.32614/CRAN.package.constructive abstract: Prints code that can be used to recreate R objects. In a sense it is similar to 'base::dput()' or 'base::deparse()' but 'constructive' strives to use idiomatic constructors. authors: - family-names: Fabri given-names: Antoine email: antoine.fabri@gmail.com repository: https://CRAN.R-project.org/package=constructive repository-code: https://github.com/cynkra/constructive url: https://cynkra.github.io/constructive/ date-released: '2024-07-07' contact: - family-names: Fabri given-names: Antoine email: antoine.fabri@gmail.com