Skip to content

Commit 95d9b30

Browse files
Update description, version bump from CRAN review comments.
1 parent 60b383f commit 95d9b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: interface
22
Type: Package
33
Title: Runtime Type System
4-
Version: 0.1.0
4+
Version: 0.1.1
55
URL: https://github.com/dereckmezquita/interface
66
Authors@R:
77
person(given = "Dereck",
@@ -11,7 +11,7 @@ Authors@R:
1111
comment = c(ORCID = "0000-0002-9307-6762"))
1212
Author: Dereck Mezquita [aut, cre] (0000-0002-9307-6762)
1313
Maintainer: Dereck Mezquita <dereck@mezquita.io>
14-
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 in R programming.
14+
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.
1515
License: MIT + file LICENSE
1616
Encoding: UTF-8
1717
VignetteBuilder: knitr

0 commit comments

Comments
 (0)