Package: typehint
Title: Auto-Check Types, Dimensions, and Values of Function Arguments
Description: Type hints are special comments within a function body indicating the intended nature of the function's arguments in terms of data types, dimensions and permitted values. The actual parameters with which the function is called are evaluated against these type hint comments at run-time.
Version: 0.1.2
Authors@R: person("Joachim", "Zuckarelli", role = c("aut", "cre"), email = "joachim@zuckarelli.de", comment = c(ORCID="0000-0002-9280-3016"))
Maintainer: Joachim Zuckarelli <joachim@zuckarelli.de>
License: GPL-3
Encoding: UTF-8
Imports: stringr, crayon, rlist
Repository: CRAN
BugReports: https://github.com/jsugarelli/typehint/issues
URL: https://github.com/jsugarelli/typehint/
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-08-09 19:30:14 UTC; zucka
Author: Joachim Zuckarelli [aut, cre] (<https://orcid.org/0000-0002-9280-3016>)
Date/Publication: 2021-08-10 09:10:02 UTC
Built: R 4.1.0; ; 2021-08-11 11:36:50 UTC; unix
