Package: sicher Type: Package Title: Runtime Type Checking Version: 0.1.1 Authors@R: person(given = c("Mohamed", "El", "Fodil"), family = "Ihaddaden", role = c("aut", "cre"), email = "ihaddaden.fodeil@gmail.com") Description: 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. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/feddelegrand7/sicher BugReports: https://github.com/feddelegrand7/sicher/issues RoxygenNote: 7.3.2 Imports: glue (>= 1.8.0) Suggests: testthat Repository: https://feddelegrand7.r-universe.dev Date/Publication: 2026-06-04 10:21:01 UTC RemoteUrl: https://github.com/feddelegrand7/sicher RemoteRef: HEAD RemoteSha: 7aac394840efbb207fc08ba5d8da3b6934364e35 NeedsCompilation: no Packaged: 2026-07-04 09:01:24 UTC; root Author: Mohamed El Fodil Ihaddaden [aut, cre] Maintainer: Mohamed El Fodil Ihaddaden