duncantl/RTypeInference: Infer Types of Inputs and Outputs for R Expressions

This package infers the types of inputs and outputs for R expresssions. More specifically, the purpose is to derive information about the variables and return values of functions and scripts based on the input types. This effort is complicated because R functions are very flexible in the types they accept and return. The primary application of type information is performance optimization, but other uses are possible.

Getting started

Package details

Maintainer
LicenseGPL-2
Version0.5.0-0030
URL https://github.com/duncantl/RTypeInference
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("duncantl/RTypeInference")
duncantl/RTypeInference documentation built on Jan. 16, 2021, 12:30 a.m.