-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 916 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: interface
Type: Package
Title: Runtime Type System
Version: 0.1.3
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] (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