CMD + K

bioconductor-typeinfo

Community

Optional Type Specification Prototype

Installation

To install this package, run one of the following:

Conda
$conda install bioconda::bioconductor-typeinfo

Usage Tracking

1.68.0
1.66.0
1.64.0
1.60.0
1.58.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

A prototype for a mechanism for specifying the types of parameters and the return value for an R function. This is meta-information that can be used to generate stubs for servers and various interfaces to these functions. Additionally, the arguments in a call to a typed function can be validated using the type specifications. We allow types to be specified as either i) by class name using either inheritance - is(x, className), or strict instance of - class(x) %in% className, or ii) a dynamic test given as an R expression which is evaluated at run-time. More precise information and interesting tests can be done via ii), but it is harder to use this information as meta-data as it requires more effort to interpret it and it is of course run-time information. It is typically more meaningful.

About

Summary

Optional Type Specification Prototype

Last Updated

Dec 3, 2023 at 20:33

License

BSD_2_clause

Total Downloads

24.4K

Supported Platforms

noarch