Package: typed
Title: Support Types for Variables, Arguments, and Return Values
Version: 0.0.1
Authors@R: 
    person(given = "Antoine",
           family = "Fabri",
           role = c("aut", "cre"),
           email = "antoine.fabri@gmail.com")
Description: A type system for R. It supports setting variable types in a script or the body of a function, so variables can't be assigned illegal values. Moreover it supports setting argument and return types for functions.
License: GPL-3
Encoding: UTF-8
Language: en
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/moodymudskipper/typed
BugReports: https://github.com/moodymudskipper/typed/issues
Imports: waldo
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2021-03-18 14:37:24 UTC; Antoine
Author: Antoine Fabri [aut, cre]
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-19 10:50:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:08:24 UTC; windows
