Package: sicher
Type: Package
Title: Runtime Type Checking
Version: 0.1.0
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
NeedsCompilation: no
Packaged: 2026-03-26 16:55:40 UTC; mohamedelfodilihaddaden
Author: Mohamed El Fodil Ihaddaden [aut, cre]
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-31 10:00:02 UTC
Built: R 4.5.3; ; 2026-04-25 16:57:38 UTC; windows
