# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sicher" in publications use:' type: software license: MIT title: 'sicher: Runtime Type Checking' version: 0.1.1 doi: 10.32614/CRAN.package.sicher abstract: Provides a lightweight runtime type system for 'R' that enables developers to declare and enforce variable types during execution. Inspired by 'TypeScript', the package introduces intuitive syntax for annotating variables and validating data structures, helping catch type-related errors early and making 'R' code more robust and easier to maintain. authors: - family-names: Ihaddaden given-names: Mohamed El Fodil email: ihaddaden.fodeil@gmail.com repository: https://feddelegrand7.r-universe.dev repository-code: https://github.com/feddelegrand7/sicher commit: 7aac394840efbb207fc08ba5d8da3b6934364e35 url: https://github.com/feddelegrand7/sicher date-released: '2026-06-04' contact: - family-names: Ihaddaden given-names: Mohamed El Fodil email: ihaddaden.fodeil@gmail.com