I mentioned this previously in the Slack channel but it's been a while and I don't have Slack Pro so I can't see messages older than 90 days.
But I wanted to check here if there is any possibility of adding support for type hints ?
Something like this:
f <- function(i: integer, l: list): data.frame 
{ 
    ... 
}