Hadley Wickham
Hadley Wickham
There's going to be a pretty strong mismatch between compile time boost::spirit and run-time R. I suspect it might be easier to solve with boost::spirit for specific grammars.
@gaborcsardi unfortunately that's all out of scope - I can only affect the main page, not CRAN. Anything that's dynamic is going to be particularly hard.
Another avenue for that sort of stuff is crantastic - http://crantastic.org
@gmbecker I suspect that's true, but I also suspect (although I have no data to back it up), the RStudio mirror is responsible for serving >80% of CRAN packages
@jhollist yeah, that's a somewhat separate project. I can give you an update in person
Yes, R adds 4%, and ggplot2 (I think) adds 5%.
It's not just python, I sometimes get completions for other languages: 
I forget exactly what you need to do, but you can get the full tree like this (reprex did it for me): ``` r f █ #> 1. └─global::f() #>...
For the project I need it for, I might just bite the bullet and implement the AWS SigV4 signing protocol myself (I'm talking to a bunch of other LLMs with...
I was hoping it would use server-sent events like every other API 😭