# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "typed" in publications use:' type: software license: GPL-3.0-only title: 'typed: Support Types for Variables, Arguments, and Return Values' version: 0.0.1.9000 doi: 10.32614/CRAN.package.typed abstract: A type system for R. It supports setting variable types in a script or the body of a function, so variables can't be assigned illegal values. Moreover it supports setting argument and return types for functions. authors: - family-names: Fabri given-names: Antoine email: antoine.fabri@gmail.com repository: https://cynkra.r-universe.dev repository-code: https://github.com/moodymudskipper/typed commit: 827eabf7e55f813da0f1f6005fba5a1e484f22c0 url: https://moodymudskipper.github.io/typed/ date-released: '2026-05-23' contact: - family-names: Fabri given-names: Antoine email: antoine.fabri@gmail.com