jsugarelli/typehint: Automatically Check the Data Type, Number and Size of Dimensions, and Values of Function Arguments

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.

Getting started

Package details

MaintainerJoachim Zuckarelli <joachim@zuckarelli.de>
LicenseGPL-3
Version0.1.0
URL https://github.com/jsugarelli/typehint/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jsugarelli/typehint")
jsugarelli/typehint documentation built on Dec. 21, 2021, 3:22 a.m.