You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Support Types for Variables, Arguments, and Return Values
Version: 0.0.1.9000
Authors@R:
person(given = "Antoine",
family = "Fabri",
role = c("aut", "cre"),
email = "antoine.fabri@gmail.com")
Description: A type system for R. It supports setting variable types in a script or the body of a function, so variables can't be assigned illegal values. Moreover it supports setting argument and return types for functions.