Package: interface
Type: Package
Title: Runtime Type System
Version: 0.1.2
URL: https://github.com/dereckmezquita/interface
Authors@R: 
    person(given = "Dereck",
           family = "Mezquita",
           role = c("aut", "cre"),
           email = "dereck@mezquita.io",
           comment = c(ORCID = "0000-0002-9307-6762"))
Author: Dereck Mezquita [aut, cre] (<https://orcid.org/0000-0002-9307-6762>)
Maintainer: Dereck Mezquita <dereck@mezquita.io>
Description: Provides a runtime type system, allowing users to define and implement interfaces, enums, typed data.frame/data.table, as well as typed functions. This package enables stricter type checking and validation, improving code structure, robustness and reliability.
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, box, rcmdcheck,
        data.table
NeedsCompilation: no
Packaged: 2024-09-05 03:38:54 UTC; work
Repository: CRAN
Date/Publication: 2024-09-10 09:10:05 UTC
Built: R 4.5.2; ; 2025-11-08 02:23:05 UTC; windows
