# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "typetracer" in publications use:' type: software license: MIT title: 'typetracer: Trace Function Parameter Types' version: 0.2.2.002 doi: 10.32614/CRAN.package.typetracer abstract: The 'R' language includes a set of defined types, but the language itself is "absurdly dynamic" (Turcotte & Vitek (2019) ), and lacks any way to specify which types are expected by any expression. The 'typetracer' package enables code to be traced to extract detailed information on the properties of parameters passed to 'R' functions. 'typetracer' can trace individual functions or entire packages. authors: - family-names: Padgham given-names: Mark email: mark.padgham@email.com orcid: https://orcid.org/0000-0003-2172-5265 repository: https://mpadge.r-universe.dev repository-code: https://github.com/mpadge/typetracer commit: 05cb7b1d19fd4aab10bbeefa33452b26a3fd36eb url: https://mpadge.github.io/typetracer/ contact: - family-names: Padgham given-names: Mark email: mark.padgham@email.com orcid: https://orcid.org/0000-0003-2172-5265