README.md

typesys

A type expression language for R written in R.

This package includes:

This package is infrastructure for RTypeInference. It might be useful if you need a formal representation for types in R or some other typed interface.

Python's typing module provided some of the inspiration for typesys. This package does not provide a way to annotate R expressions, but could be used in combination with the types package to annotate code.

Installation

typesys is unstable and under active development, so it's not yet available on CRAN. To install, open an R prompt and run:

install.packages("devtools")

devtools::install_github("nick-ulle/typesys")


nick-ulle/typesys documentation built on Jan. 21, 2020, 5:13 p.m.